Ignore:
Timestamp:
Nov 14, 2014 10:05:19 PM (11 years ago)
Author:
namnd
Message:
 
File:
1 edited

Legend:

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

    r517 r519  
    422422                $this->db->query ( 'UNLOCK TABLES' );
    423423                $sql = 'INSERT INTO tblpaidlog(us_id, paidType, amount, paidTime) VALUES (?,?,?,?)';
    424                 $query = $this->db->query ( $sql, $paidog );
     424                $query = $this->db->query ( $sql, $paidlog );
    425425        }
    426426}
Note: See TracChangeset for help on using the changeset viewer.