- Timestamp:
- Dec 4, 2014 3:45:17 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/frontend/models/user_model.php
r644 r646 517 517 } 518 518 519 public function insertRegisterVipLog($username, $source, $p_code) 520 { 519 public function insertRegisterVipLog($username, $p_code, $isSms=true) 520 { 521 if ($isSms) $source = 'SMS'; else $source = 'Web'; 521 522 $createdTime = date('Y-m-d H:i:s'); 522 523 $this->db->query ( 'UNLOCK TABLES' );
Note: See TracChangeset
for help on using the changeset viewer.