* finish task#1362.

This commit is contained in:
chencongzhi520@gmail.com
2013-04-15 05:30:50 +00:00
parent 48afd4c726
commit 88fbed7683
9 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -318,7 +318,7 @@ class userModel extends model
->setDefault('join', '0000-00-00')
->setIF($this->post->password1 != false, 'password', md5($this->post->password1))
->remove('password1, password2')
->specialChars('msn,qq,yahoo,gtalk,wangwang,mobile,phone,address,zipcode')
->specialChars('skype,qq,yahoo,gtalk,wangwang,mobile,phone,address,zipcode')
->get();
$this->dao->update(TABLE_USER)->data($user)