mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-25 16:49:58 +02:00
*** empty log message ***
git-svn-id: file:///svn/phpbb/trunk@277 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
07148f9f31
commit
74d20fcc96
@ -164,7 +164,8 @@ if(($selected_members = $db->sql_numrows($result)) > 0)
|
||||
{
|
||||
if(DEBUG)
|
||||
{
|
||||
error_die(SQL_QUERY, "Error getting total users.", __LINE__, __FILE__);
|
||||
$error = $db->sql_error();
|
||||
error_die(SQL_QUERY, "Error getting total users. Reason: ".$error['message']."<br>Query: $sql", __LINE__, __FILE__);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user