Changeset 782
- Timestamp:
- 02/17/09 19:15:52 (14 years ago)
- Location:
- plugins/subscribeToComments
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/subscribeToComments/_define.php
r709 r782 30 30 /* Description*/ "Subscribe to comments", 31 31 /* Author */ "Moe (http://gniark.net/)", 32 /* Version */ '1.3-alpha 2',32 /* Version */ '1.3-alpha3', 33 33 /* Permissions */ 'admin' 34 34 ); -
plugins/subscribeToComments/_install.php
r709 r782 84 84 85 85 # serialize and encode settings 86 if (version_compare($i_version,'1.2.5','<'))86 /*if (version_compare($i_version,'1.2.5','<')) 87 87 { 88 88 $values = array('account_subject','account_content', … … 101 101 $cur->update('WHERE setting_ns = \'subscribetocomments\' '. 102 102 'AND setting_id = \''.$setting.'\';'); 103 } 104 } 103 } 104 }*/ 105 105 } 106 106 -
plugins/subscribeToComments/index.php
r709 r782 287 287 $('div.code').hide(); 288 288 $('#display input[type="checkbox"]').each(function() { 289 $(this).css({margin:'10px' ,background:'Red'});289 $(this).css({margin:'10px'}); 290 290 $(this).click(function() { 291 291 if ($(this).attr('checked')) { -
plugins/subscribeToComments/lib.subscribeToComments.php
r709 r782 144 144 { 145 145 global $core; 146 147 global $tags_global, $tags_account, $tags_subscribe, $tags_comment, 148 $tags_email; 146 149 147 150 $settings =& $core->blog->settings;
Note: See TracChangeset
for help on using the changeset viewer.