mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-27 11:49:56 +03: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:
parent
f0d0a0952c
commit
daa877aa8a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue