Ignore:
Timestamp:
Nov 15, 2014 12:35:55 AM (11 years ago)
Author:
dungnv
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-violet-viettel/sourcecode/application/modules/frontend/models/user_model.php

    r519 r525  
    421421                $paidlog ['paidTime'] = $paidTime;
    422422                $this->db->query ( 'UNLOCK TABLES' );
    423                 $sql = 'INSERT INTO tblpaidlog(us_id, paidType, amount, paidTime) VALUES (?,?,?,?)';
     423                $sql = 'INSERT INTO tblpaidlog(us_id, paid_type, amount, paid_time) VALUES (?,?,?,?)';
    424424                $query = $this->db->query ( $sql, $paidlog );
    425425        }
Note: See TracChangeset for help on using the changeset viewer.