diff options
Diffstat (limited to 'upgrade.php')
-rw-r--r-- | upgrade.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/upgrade.php b/upgrade.php index 42c9dc587..761eb4147 100644 --- a/upgrade.php +++ b/upgrade.php @@ -52,8 +52,8 @@ define('PREFIX_TABLE', $prefixeTable); // Database connection $pwg_db_link = pwg_db_connect($conf['db_host'], $conf['db_user'], - $conf['db_password'], $conf['db_base']) - or my_error('pwg_db_connect', true); + $conf['db_password'], $conf['db_base']); +pwg_select_db($conf['db_base'], $pwg_db_link); pwg_db_check_charset(); |