From afd91545238a51f846dd0cc9732dd64a4891f360 Mon Sep 17 00:00:00 2001 From: CaMer0n Date: Fri, 6 Nov 2009 11:53:20 +0000 Subject: [PATCH] location size fix --- e107_admin/sql/core_sql.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/e107_admin/sql/core_sql.php b/e107_admin/sql/core_sql.php index 59ec3767f..8ed9272b2 100644 --- a/e107_admin/sql/core_sql.php +++ b/e107_admin/sql/core_sql.php @@ -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;