mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 23:19:04 +01:00
Add some from the middle of the file
This commit is contained in:
parent
32473903ee
commit
b49f963d2b
@ -469,7 +469,31 @@
|
||||
|
||||
$phpgw_info["setup"]["currentver"]["phpgwapi"] = "0.9.5pre2";
|
||||
}
|
||||
|
||||
|
||||
$test[] = "0.9.5";
|
||||
function upgrade0_9_5(){
|
||||
global $phpgw_info, $phpgw_setup;
|
||||
$phpgw_info["setup"]["currentver"]["phpgwapi"] = "0.9.6";
|
||||
}
|
||||
|
||||
$test[] = "0.9.6";
|
||||
function upgrade0_9_6(){
|
||||
global $phpgw_info, $phpgw_setup;
|
||||
$phpgw_info["setup"]["currentver"]["phpgwapi"] = "0.9.7pre1";
|
||||
}
|
||||
|
||||
$test[] = "0.9.7pre3";
|
||||
function upgrade0_9_7pre3(){
|
||||
global $phpgw_info, $phpgw_setup;
|
||||
$phpgw_info["setup"]["currentver"]["phpgwapi"] = "0.9.7";
|
||||
}
|
||||
|
||||
$test[] = "0.9.7";
|
||||
function upgrade0_9_7(){
|
||||
global $phpgw_info, $phpgw_setup;
|
||||
$phpgw_info["setup"]["currentver"]["phpgwapi"] = "0.9.8pre1";
|
||||
}
|
||||
|
||||
$test[] = "0.9.8pre1";
|
||||
function phpgwapi_upgrade0_9_8pre1()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user