feature 2773: add pwg_db_close() method
git-svn-id: http://piwigo.org/svn/trunk@18634 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
97294dac5a
commit
cb11878233
3 changed files with 7 additions and 2 deletions
2
i.php
2
i.php
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue