- function mysql_query replaced by pwg_query : the same with debugging

features

- by default, DEBUG is set to 0 (off)


git-svn-id: http://piwigo.org/svn/trunk@587 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
z0rglub 2004-10-30 15:42:29 +00:00
commit 7cd9b65e32
40 changed files with 299 additions and 289 deletions

View file

@ -171,7 +171,7 @@ $query = '
SELECT param,value
FROM '.CONFIG_TABLE.'
;';
if( !( $result = mysql_query( $query ) ) )
if( !( $result = pwg_query( $query ) ) )
{
die("Could not query config information");
}