aboutsummaryrefslogtreecommitdiffstats
path: root/install/db/1-database.php
diff options
context:
space:
mode:
Diffstat (limited to 'install/db/1-database.php')
-rw-r--r--install/db/1-database.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/db/1-database.php b/install/db/1-database.php
index bd3441a3e..11554645f 100644
--- a/install/db/1-database.php
+++ b/install/db/1-database.php
@@ -32,7 +32,7 @@ $upgrade_description = 'Just a beginning test';
// | Upgrade content |
// +-----------------------------------------------------------------------+
-list($now) = mysql_fetch_row(pwg_query('SELECT NOW()'));
+list($now) = pwg_db_fetch_row(pwg_query('SELECT NOW()'));
echo
$now
."\n"