1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 14:17:49 +02:00

Eradicate obsolete prefs

This commit is contained in:
e107steved
2008-08-24 09:57:08 +00:00
parent 8879aa9211
commit d2da01b8db
4 changed files with 71 additions and 66 deletions

View File

@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/pm/pm_update.php,v $
| $Revision: 1.1.1.1 $
| $Date: 2006-12-02 04:35:39 $
| $Author: mcfly_e107 $
| $Revision: 1.2 $
| $Date: 2008-08-24 09:57:08 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
@@ -56,7 +56,7 @@ pm_block_count int(10) unsigned NOT NULL default '0',
PRIMARY KEY (pm_block_id)
) TYPE=MyISAM AUTO_INCREMENT=1 ;");
$plugin -> manage_plugin_prefs('add', 'plug_sc', 'pm', 'SENDPM');
//$plugin -> manage_plugin_prefs('add', 'plug_sc', 'pm', 'SENDPM'); // Obsolete pref
pm_convert();