diff options
Diffstat (limited to '')
-rw-r--r-- | install/upgrade_1.7.0.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/upgrade_1.7.0.php b/install/upgrade_1.7.0.php index af8ca6103..a1bbb18f3 100644 --- a/install/upgrade_1.7.0.php +++ b/install/upgrade_1.7.0.php @@ -35,7 +35,7 @@ else define('UPGRADES_PATH', PHPWG_ROOT_PATH.'install/db'); -list($dbnow) = mysql_fetch_row(pwg_query('SELECT NOW();')); +list($dbnow) = pwg_db_fetch_row(pwg_query('SELECT NOW();')); define('CURRENT_DATE', $dbnow); // +-----------------------------------------------------------------------+ |