From daa877aa8a5ae78b81ecc0a6cf88b87dc2fd2cf4 Mon Sep 17 00:00:00 2001 From: nikrou Date: Sat, 21 Nov 2009 12:41:13 +0000 Subject: Feature 1244 : misspelled functions pwg_db_free_result() (db missing) git-svn-id: http://piwigo.org/svn/trunk@4332 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/dblayer/functions_mysql.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dblayer/functions_mysql.inc.php b/include/dblayer/functions_mysql.inc.php index 78b97c712..13a712eba 100644 --- a/include/dblayer/functions_mysql.inc.php +++ b/include/dblayer/functions_mysql.inc.php @@ -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); } -- cgit v1.2.3