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

location size fix

This commit is contained in:
CaMer0n
2009-11-06 11:53:20 +00:00
parent 327d9c53f1
commit afd9154523

View File

@@ -9,9 +9,9 @@
* Core SQL
*
* $Source: /cvs_backup/e107_0.8/e107_admin/sql/core_sql.php,v $
* $Revision: 1.32 $
* $Date: 2009-11-04 21:59:35 $
* $Author: secretr $
* $Revision: 1.33 $
* $Date: 2009-11-06 11:53:20 $
* $Author: e107coders $
*/
header("location:../index.php");
@@ -313,7 +313,7 @@ CREATE TABLE online (
online_flag tinyint(3) unsigned NOT NULL default '0',
online_user_id varchar(100) NOT NULL default '',
online_ip varchar(45) NOT NULL default '',
online_location varchar(1024) NOT NULL default '',
online_location text NOT NULL,
online_pagecount tinyint(3) unsigned NOT NULL default '0',
online_active int(10) unsigned NOT NULL default '0'
) TYPE=MyISAM;