mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
added update from 1.8.002
This commit is contained in:
parent
74498fd320
commit
2a95927fc8
@ -28,6 +28,10 @@ function phpgwapi_upgrade1_8_001()
|
||||
{
|
||||
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.9.001';
|
||||
}
|
||||
function phpgwapi_upgrade1_8_002()
|
||||
{
|
||||
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.9.001';
|
||||
}
|
||||
|
||||
/**
|
||||
* Add index to improve import of contacts using a custom field as primary key
|
||||
|
Loading…
Reference in New Issue
Block a user