diff options
Diffstat (limited to 'include/common.inc.php')
-rw-r--r-- | include/common.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.inc.php b/include/common.inc.php index 8853e67f1..76c983134 100644 --- a/include/common.inc.php +++ b/include/common.inc.php @@ -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"); } |