mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
Recommitting clobbered php3 fixes
This commit is contained in:
parent
f4359e5514
commit
fb0c7dced6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user