[Phpfreechat-svn] SF.net SVN: phpfreechat: [993] trunk/src/containers/mysql.class.php
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2007-03-08 16:55:09
|
Revision: 993 http://svn.sourceforge.net/phpfreechat/?rev=993&view=rev Author: kerphi Date: 2007-03-08 08:55:03 -0800 (Thu, 08 Mar 2007) Log Message: ----------- fix the 1672102 sourceforge bug Modified Paths: -------------- trunk/src/containers/mysql.class.php Modified: trunk/src/containers/mysql.class.php =================================================================== --- trunk/src/containers/mysql.class.php 2007-03-08 14:53:41 UTC (rev 992) +++ trunk/src/containers/mysql.class.php 2007-03-08 16:55:03 UTC (rev 993) @@ -84,7 +84,7 @@ // advanced parameters (don't touch if you don't know what your are doing) $cfg["mysql_fieldtype_server"] = 'varchar(32)'; $cfg["mysql_fieldtype_group"] = 'varchar(64)'; - $cfg["mysql_fieldtype_subgroup"] = 'varchar(64)'; + $cfg["mysql_fieldtype_subgroup"] = 'varchar(128)'; $cfg["mysql_fieldtype_leaf"] = 'varchar(128)'; $cfg["mysql_fieldtype_leafvalue"] = 'text'; $cfg["mysql_fieldtype_timestamp"] = 'int(11)'; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |