mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00: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
1 changed files with 2 additions and 1 deletions
|
@ -164,7 +164,8 @@ if(($selected_members = $db->sql_numrows($result)) > 0)
|
||||||
{
|
{
|
||||||
if(DEBUG)
|
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
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue