- Timestamp:
- Nov 14, 2014 10:05:19 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified pro-violet-viettel/sourcecode/application/modules/frontend/models/user_model.php ΒΆ
r517 r519 422 422 $this->db->query ( 'UNLOCK TABLES' ); 423 423 $sql = 'INSERT INTO tblpaidlog(us_id, paidType, amount, paidTime) VALUES (?,?,?,?)'; 424 $query = $this->db->query ( $sql, $paid og );424 $query = $this->db->query ( $sql, $paidlog ); 425 425 } 426 426 }
Note: See TracChangeset
for help on using the changeset viewer.