mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
Feature 1244 : misspelled functions pwg_db_free_result() (db missing)
git-svn-id: http://piwigo.org/svn/trunk@4332 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -132,7 +132,7 @@ function pwg_db_fetch_object($result)
|
||||
return mysql_fetch_object($result);
|
||||
}
|
||||
|
||||
function pwg_free_result($result)
|
||||
function pwg_db_free_result($result)
|
||||
{
|
||||
return mysql_free_result($result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user