diff options
author | mistic100 <mistic@piwigo.org> | 2012-10-13 09:05:58 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2012-10-13 09:05:58 +0000 |
commit | cb118782331ff5450cb2424c96c4e582b3cc672d (patch) | |
tree | c38ad4078414b3b8bd18a207e57e5a956fa01342 /i.php | |
parent | 97294dac5ac27b43cb6a116d2852578376efa58d (diff) |
feature 2773: add pwg_db_close() method
git-svn-id: http://piwigo.org/svn/trunk@18634 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'i.php')
-rw-r--r-- | i.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -518,7 +518,7 @@ else { $page['rotation_angle'] = 0; } -mysql_close($pwg_db_link); +pwg_db_close($pwg_db_link); if (!try_switch_source($params, $src_mtime) && $params->type==IMG_CUSTOM) { |