No obsolete mysql_* anymore
This commit is contained in:
parent
33ad6b6d7e
commit
723b40eea4
2 changed files with 1 additions and 49 deletions
|
@ -147,7 +147,6 @@ function import_account(App $a, $file) {
|
|||
// import user
|
||||
$r = db_import_assoc('user', $account['user']);
|
||||
if ($r === false) {
|
||||
//echo "<pre>"; var_dump($r, $query, mysql_error()); killme();
|
||||
logger("uimport:insert user : ERROR : " . dba::errorMessage(), LOGGER_NORMAL);
|
||||
notice(t("User creation error"));
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue