diff options
Diffstat (limited to '')
-rw-r--r-- | i.php | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -402,8 +402,8 @@ include_once( PHPWG_ROOT_PATH .'/include/derivative_std_params.inc.php'); try { - $pwg_db_link = pwg_db_connect($conf['db_host'], $conf['db_user'], - $conf['db_password'], $conf['db_base']); + pwg_db_connect($conf['db_host'], $conf['db_user'], + $conf['db_password'], $conf['db_base']); } catch (Exception $e) { @@ -511,7 +511,7 @@ else { $page['rotation_angle'] = 0; } -pwg_db_close($pwg_db_link); +pwg_db_close(); if (!try_switch_source($params, $src_mtime) && $params->type==IMG_CUSTOM) { |