1
0
mirror of https://e.coding.net/circlecloud/McAccount.git synced 2025-09-05 07:27:21 +00:00

fix some bug...

Signed-off-by: 502647092 <jtb1@163.com>
This commit is contained in:
502647092
2015-10-20 21:05:15 +08:00
parent cdf10d5fed
commit dc534f0e8f
4 changed files with 31 additions and 29 deletions

View File

@ -30,11 +30,7 @@ class authme extends AmysqlModel {
if ($this->_insert ( 'mail', $data ) == 0) {
return false;
} else {
if ($this->_insert ( 'iconomy', $ic ) == 0) {
return false;
} else {
return true;
}
return false;
}
}
}