1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +02:00

Various fixes. deprecated e_linkgen in favour of e_sitelink. Easy and dynamic creation of links. Some common functions added to make loading of e_xxx config() functions easier.

This commit is contained in:
CaMer0n
2009-11-20 05:01:51 +00:00
parent e463d6e0e8
commit 2e635fd3b4
14 changed files with 435 additions and 156 deletions

View File

@@ -9,8 +9,8 @@
* Core SQL
*
* $Source: /cvs_backup/e107_0.8/e107_admin/sql/core_sql.php,v $
* $Revision: 1.40 $
* $Date: 2009-11-19 12:35:33 $
* $Revision: 1.41 $
* $Date: 2009-11-20 05:01:30 $
* $Author: e107coders $
*/
@@ -207,6 +207,7 @@ CREATE TABLE links (
link_parent int(10) unsigned NOT NULL default '0',
link_open tinyint(1) unsigned NOT NULL default '0',
link_class varchar(255) NOT NULL default '0',
link_function varchar(100) NOT NULL default '',
PRIMARY KEY (link_id)
) TYPE=MyISAM;