1
0
Fork 0

No obsolete mysql_* anymore

This commit is contained in:
Michael 2017-11-21 21:00:11 +00:00
commit 723b40eea4
2 changed files with 1 additions and 49 deletions

View file

@ -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;