Fix uc setting phpgw_nextid, should be appname, as the update file says

This commit is contained in:
Miles Lott 2001-07-13 15:24:21 +00:00
parent ccd52fc7a8
commit 095ff431c0

View File

@ -167,7 +167,7 @@
'pk' => array(), 'pk' => array(),
'fk' => array(), 'fk' => array(),
'ix' => array(), 'ix' => array(),
'uc' => array('id') 'uc' => array('appname')
), ),
'phpgw_categories' => array( 'phpgw_categories' => array(
'fd' => array( 'fd' => array(