aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/dblayer/functions_mysql.inc.php2
1 files changed, 1 insertions, 1 deletions
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);
}