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:
nikrou 2009-11-21 12:41:13 +00:00
parent f0d0a0952c
commit daa877aa8a

View file

@ -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);
}