aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/memberlist.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/memberlist.php b/phpBB/memberlist.php
index ea7fdb41a6..5c0f5f5914 100644
--- a/phpBB/memberlist.php
+++ b/phpBB/memberlist.php
@@ -84,7 +84,7 @@ if(!$result = $db->sql_query($sql))
if(DEBUG)
{
$error = $db->sql_error();
- error_die(SQL_QUERY, "Error getting memberlist.<br>Reason: ".$error['message']"<br>Query: $sql", __LINE__, __FILE__);
+ error_die(SQL_QUERY, "Error getting memberlist.<br>Reason: ".$error['message']."<br>Query: $sql", __LINE__, __FILE__);
}
else
{