mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 19:54:12 +02:00
#13681 #13683 Adding finer error conditions to the IM contact page. Adds one language entry, moves one from viewtopic to common. git-svn-id: file:///svn/phpbb/trunk@7918 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -316,7 +316,11 @@ switch ($mode)
|
||||
|
||||
if (!$row)
|
||||
{
|
||||
trigger_error('NO_USER_DATA');
|
||||
trigger_error('NO_USER');
|
||||
}
|
||||
else if (empty($row[$sql_field]))
|
||||
{
|
||||
trigger_error('IM_NO_DATA');
|
||||
}
|
||||
|
||||
// Post data grab actions
|
||||
|
Reference in New Issue
Block a user