From a5db3f1e9042fdf4b7b13dbdde454eed54c9ee68 Mon Sep 17 00:00:00 2001 From: seek3r Date: Thu, 2 Nov 2000 17:33:50 +0000 Subject: [PATCH] applied patch to correct a stupid typo. Thanks to keyson for the patch. --- setup/sql/pgsql_newtables.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/sql/pgsql_newtables.inc.php b/setup/sql/pgsql_newtables.inc.php index 21d9890bde..2cb0e6c8a4 100644 --- a/setup/sql/pgsql_newtables.inc.php +++ b/setup/sql/pgsql_newtables.inc.php @@ -123,8 +123,8 @@ ab_company varchar(255), ab_company_id int, ab_title varchar(60), - ab_address2 varchar(60) - ab_url varchar(255), + ab_address2 varchar(60), + ab_url varchar(255) )"; $db->query($sql);