Skip to content

Commit

Permalink
Feature 1244 : misspelled functions pwg_db_free_result() (db missing)
Browse files Browse the repository at this point in the history
git-svn-id: http://piwigo.org/svn/trunk@4332 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
nikrou committed Nov 21, 2009
1 parent f0d0a09 commit daa877a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/dblayer/functions_mysql.inc.php
Expand Up @@ -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);
}
Expand Down

0 comments on commit daa877a

Please sign in to comment.