Changeset 28851 for extensions/Subscribe_to_comments
- Timestamp:
- Jun 29, 2014, 4:26:45 PM (10 years ago)
- Location:
- extensions/Subscribe_to_comments
- Files:
-
- 1 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Subscribe_to_comments/admin/config.php
r26140 r28851 9 9 ); 10 10 11 conf_update_param('Subscribe_to_Comments', serialize($conf['Subscribe_to_Comments']));11 conf_update_param('Subscribe_to_Comments', $conf['Subscribe_to_Comments']); 12 12 $page['infos'][] = l10n('Information data registered in database'); 13 13 } -
extensions/Subscribe_to_comments/main.inc.php
r26144 r28851 17 17 define('SUBSCRIBE_TO_TABLE', $prefixeTable . 'subscribe_to_comments'); 18 18 define('SUBSCRIBE_TO_ADMIN', get_root_url() . 'admin.php?page=plugin-' . SUBSCRIBE_TO_ID); 19 define('SUBSCRIBE_TO_VERSION', 'auto');20 19 21 20 … … 33 32 } 34 33 35 include_once(SUBSCRIBE_TO_PATH . 'maintain.inc.php');36 $maintain = new Subscribe_to_Comments_maintain(SUBSCRIBE_TO_ID);37 $maintain->autoUpdate(SUBSCRIBE_TO_VERSION, 'install');38 39 40 34 load_language('plugin.lang', SUBSCRIBE_TO_PATH); 41 $conf['Subscribe_to_Comments'] = unserialize($conf['Subscribe_to_Comments']); 42 35 $conf['Subscribe_to_Comments'] = safe_unserialize($conf['Subscribe_to_Comments']); 43 36 44 37 include_once(SUBSCRIBE_TO_PATH.'include/functions.inc.php');
Note: See TracChangeset
for help on using the changeset viewer.