1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-25 08:41:53 +02:00

*** empty log message ***

git-svn-id: file:///svn/phpbb/trunk@277 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
James Atkinson 2001-05-13 00:28:39 +00:00
parent 07148f9f31
commit 74d20fcc96

View File

@ -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
{