1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

Various small updates for contact form, linkwords URL length, download log readback

This commit is contained in:
e107steved
2008-01-11 22:13:43 +00:00
parent eea27e083d
commit 778d207f39
5 changed files with 51 additions and 16 deletions

View File

@@ -2,6 +2,6 @@ CREATE TABLE linkwords (
linkword_id INT(10) UNSIGNED NOT NULL auto_increment,
linkword_active tinyint(1) unsigned NOT NULL default '0',
linkword_word varchar(100) NOT NULL default '',
linkword_link varchar(150) NOT NULL default '',
linkword_link varchar(200) NOT NULL default '',
PRIMARY KEY (linkword_id)
) TYPE=MyISAM AUTO_INCREMENT=1;