1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 09:34:54 +02:00

PM plugin latest updates - use new-style shortcode system, restructure to get rid of many globals

This commit is contained in:
e107steved
2009-12-16 20:23:37 +00:00
parent 911d6a0c9d
commit bca0e748eb
6 changed files with 1070 additions and 831 deletions

View File

@@ -30,7 +30,7 @@ define('ADLAN_PM_27', "Allow posting of attachments");
define('ADLAN_PM_28', "Maximum attachment size");
define('ADLAN_PM_29', "Allow sending to all members");
define('ADLAN_PM_30', "Allow sending to multiple recipients");
define('ADLAN_PM_31', "Enable sending to userclass");
define('ADLAN_PM_31', 'Userclass allowed to send to userclass');
define('ADLAN_PM_32', "Update Settings");
define('ADLAN_PM_33', "Inactive (no limits)");
define('ADLAN_PM_34', "PM counts");
@@ -83,6 +83,9 @@ define('ADLAN_PM_76', 'No changes made - nothing logged');
define('ADLAN_PM_77', '(Empty all fields and Update to delete a limit)');
define('ADLAN_PM_78', 'Check attachments');
define('ADLAN_PM_79', '--ORPHANS-- unused attachments deleted. --MISSING-- missing attachments noted');
define('ADLAN_PM_80', '');
define('ADLAN_PM_80', 'Preference formats updated');
define('ADLAN_PM_81', '');
define('ADLAN_PM_82', '');
define('ADLAN_PM_83', '');
?>