diff options
Diffstat (limited to '')
-rw-r--r-- | install/upgrade_1.4.0.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/upgrade_1.4.0.php b/install/upgrade_1.4.0.php index f49e2f9f2..b1b576f27 100644 --- a/install/upgrade_1.4.0.php +++ b/install/upgrade_1.4.0.php @@ -64,7 +64,7 @@ DELETE \'authorize_remembering\' ) ;'; -mysql_query($query); +pwg_query($query); $queries = array( |