Changeset 2441
- Timestamp:
- 07/04/10 20:47:37 (13 years ago)
- Location:
- plugins/emailNotification
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/emailNotification/_define.php
r2077 r2441 16 16 /* Description*/ "Email notification", 17 17 /* Author */ "Olivier Meunier", 18 /* Version */ '1.0. 3',18 /* Version */ '1.0.4', 19 19 /* Permissions */ 'usage,contentadmin' 20 20 ); -
plugins/emailNotification/behaviors.php
r2077 r2441 13 13 class notificationBehaviors 14 14 { 15 public static function adminUserForm( &$core)15 public static function adminUserForm($core) 16 16 { 17 17 global $user_options; … … 35 35 } 36 36 37 public static function adminBeforeUserUpdate( &$cur,$user_id='')37 public static function adminBeforeUserUpdate($cur,$user_id='') 38 38 { 39 39 $cur->user_options['notify_comments'] = $_POST['notify_comments']; 40 40 } 41 41 42 public static function publicAfterCommentCreate( &$cur,$comment_id)42 public static function publicAfterCommentCreate($cur,$comment_id) 43 43 { 44 44 # We don't want notification for spam
Note: See TracChangeset
for help on using the changeset viewer.