aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/common.php')
-rw-r--r--phpBB/common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index e0011d4c05..1548e2b8fb 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -68,7 +68,7 @@ include('includes/db.'.$phpEx);
//
$sql = "SELECT *
FROM ".CONFIG_TABLE."
- WHERE selected = '1'";
+ WHERE selected = 1";
if(!$result = $db->sql_query($sql))
{
//