From 0334d424779dac4f0adf89caa0362a03f93163c3 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Wed, 28 Dec 2005 17:35:20 +0000 Subject: - some changes to browser checking (was the reason for not working logins) - partly working style acp - other tiny changes here and there git-svn-id: file:///svn/phpbb/trunk@5388 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install/schemas/postgres_schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/install/schemas/postgres_schema.sql') diff --git a/phpBB/install/schemas/postgres_schema.sql b/phpBB/install/schemas/postgres_schema.sql index 831a5382da..5f99762ed9 100644 --- a/phpBB/install/schemas/postgres_schema.sql +++ b/phpBB/install/schemas/postgres_schema.sql @@ -817,7 +817,7 @@ CREATE TABLE phpbb_sessions ( session_start INT4 DEFAULT '0' NOT NULL, session_time INT4 DEFAULT '0' NOT NULL, session_ip varchar(40) DEFAULT '0' NOT NULL, - session_browser varchar(100) DEFAULT '' NULL, + session_browser varchar(150) DEFAULT '' NULL, session_page varchar(100) DEFAULT '' NOT NULL, session_viewonline INT2 DEFAULT '1' NOT NULL, session_admin INT2 DEFAULT '0' NOT NULL, -- cgit v1.2.1