diff options
Diffstat (limited to '')
-rw-r--r-- | install/db/1-database.php | 2 |
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" |