|
@@ -74,7 +74,7 @@ class UserProc {
|
|
|
*/
|
|
|
static function insertUserCtxBack($userID,$zoneid,$ctx,$phoneId,$type) {
|
|
|
$paydb = daoInst();
|
|
|
- $sql = "INSERT INTO `tab_userCtxBack` (tid,uid,zoneid,ctx,phoneId,type) VALUES (null,'%s',%d,'%s','%s','%s')";
|
|
|
+ $sql = "INSERT INTO `tab_userctxback` (tid,uid,zoneid,ctx,phoneId,type) VALUES (null,'%s',%d,'%s','%s','%s')";
|
|
|
$query = sprintf($sql,$userID,$zoneid,$ctx,$phoneId,$type);
|
|
|
$result = $paydb->exec($query);
|
|
|
return $result;
|