1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

Bugtracker #4029 - don't send totally blank PMs

This commit is contained in:
e107steved
2007-08-02 20:41:30 +00:00
parent 00f54ee470
commit 9b52a33915
2 changed files with 14 additions and 5 deletions

View File

@@ -65,6 +65,7 @@ define('LAN_PM_61', "No subject");
define('LAN_PM_62', "File: [{FILENAME}] exceeds size limit - not attached");
define('LAN_PM_63', "class:");
define('LAN_PM_64', 'ERROR: You are not permitted to block messages from site administrators');
define('LAN_PM_65', 'ERROR: Nothing to send');
define("LAN_PM_100", "New PM from ");
define("LAN_PM_101", "You have received a new Private Message from ");