From fb0c7dced6154575be36774e4bbf8007cb4fd552 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Mon, 6 Aug 2001 00:20:27 +0000 Subject: [PATCH] Recommitting clobbered php3 fixes --- phpgwapi/setup/tables_update.inc.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/phpgwapi/setup/tables_update.inc.php b/phpgwapi/setup/tables_update.inc.php index 4c7e4bea9b..eaac262fc0 100644 --- a/phpgwapi/setup/tables_update.inc.php +++ b/phpgwapi/setup/tables_update.inc.php @@ -1632,7 +1632,7 @@ 'phpgw_nextid', array( 'fd' => array( 'appname' => array('type' => 'varchar', 'precision' => 25, 'nullable' => False), - 'id' => array('type' => 'int', 'precision' => 4), + 'id' => array('type' => 'int', 'precision' => 4) ), 'pk' => array(), 'fk' => array(), @@ -1905,7 +1905,6 @@ $phpgw_setup->oProc->AddColumn('phpgw_access_log','account_id',array('type' => 'int', 'precision' => 4, 'default' => 0, 'nullable' => False)); - global $phpgw; class phpgw { var $common;