X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Finst_upgrade.php;h=682914f6d545b61997d469dcd6d1c6ce0ae41910;hb=30c04f9f87e74bd4201f56ce25f02d4c5d01f99b;hp=4a5106b96a2c59a6f439102eaf6b2032130ccc48;hpb=a5242af68e65661edb7175412444dce536a7f311;p=fa-stable.git diff --git a/admin/inst_upgrade.php b/admin/inst_upgrade.php index 4a5106b9..682914f6 100644 --- a/admin/inst_upgrade.php +++ b/admin/inst_upgrade.php @@ -29,7 +29,7 @@ include_once($path_to_root . "/includes/ui.inc"); // function check_table($pref, $table, $field=null, $properties=null) { - $fields = db_query("SHOW COLUMNS FROM ".$pref.$table); + $fields = @db_query("SHOW COLUMNS FROM ".$pref.$table); if (!$fields) return 1; // no such table or error @@ -159,7 +159,7 @@ if (get_post('Upgrade')) { // re-read the prefs global $path_to_root; include_once($path_to_root . "/admin/db/users_db.inc"); - $user = get_user($_SESSION["wa_current_user"]->username); + $user = get_user_by_login($_SESSION["wa_current_user"]->username); $_SESSION["wa_current_user"]->prefs = new user_prefs($user); display_notification(_('All companies data has been successfully updated')); }