[Easymod-cvs] easymod2/mods/easymod easymod_install.php,1.51,1.52
Status: Beta
Brought to you by:
wgeric
From: Jim W. <ter...@us...> - 2008-02-11 01:00:20
|
Update of /cvsroot/easymod/easymod2/mods/easymod In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv26713 Modified Files: easymod_install.php Log Message: - fixed bug 1763346 - BLOB/TEXT column 'mod_description' can't have a default value Index: easymod_install.php =================================================================== RCS file: /cvsroot/easymod/easymod2/mods/easymod/easymod_install.php,v retrieving revision 1.51 retrieving revision 1.52 diff -C2 -d -r1.51 -r1.52 *** easymod_install.php 10 Feb 2008 14:39:51 -0000 1.51 --- easymod_install.php 11 Feb 2008 01:00:16 -0000 1.52 *************** *** 916,920 **** mod_author_name varchar(100) NULL DEFAULT '', mod_author_url varchar(100) NULL DEFAULT '', ! mod_description text NULL DEFAULT '', mod_process_date int(11) NULL DEFAULT '0', mod_phpBB_version varchar(15) NULL DEFAULT '', --- 916,920 ---- mod_author_name varchar(100) NULL DEFAULT '', mod_author_url varchar(100) NULL DEFAULT '', ! mod_description text NULL, mod_process_date int(11) NULL DEFAULT '0', mod_phpBB_version varchar(15) NULL DEFAULT '', |