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;