mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Blah, parse error..
git-svn-id: file:///svn/phpbb/trunk@278 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
74d20fcc96
commit
460d7f70bc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue