mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +02:00
Moved theme/plugin release notification function to new class. Should be fully functional for both themes and plugins now. To-Do Ajax checking.
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_admin/sql/core_sql.php,v $
|
||||
| $Revision: 1.20 $
|
||||
| $Date: 2009-08-16 23:58:31 $
|
||||
| $Revision: 1.21 $
|
||||
| $Date: 2009-08-17 18:42:21 $
|
||||
| $Author: e107coders $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
@@ -386,7 +386,8 @@ CREATE TABLE plugin (
|
||||
plugin_path varchar(100) NOT NULL default '',
|
||||
plugin_installflag tinyint(1) unsigned NOT NULL default '0',
|
||||
plugin_addons text NOT NULL,
|
||||
plugin_category varchar(100) NOT NULL default '',
|
||||
plugin_category varchar(100) NOT NULL default '',
|
||||
plugin_releaseUrl varchar(255) NOT NULL default '',
|
||||
PRIMARY KEY (plugin_id),
|
||||
UNIQUE KEY plugin_path (plugin_path)
|
||||
) TYPE=MyISAM;
|
||||
|
Reference in New Issue
Block a user