mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
Add null upgrade to 0.9.10 release - hope this is right
This commit is contained in:
parent
155246b74b
commit
f1ceb55920
@ -348,7 +348,7 @@
|
||||
)";
|
||||
$phpgw_setup->db->query($sql);
|
||||
|
||||
$phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.10pre28';
|
||||
$phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.10';
|
||||
$phpgw_info['setup']['oldver']['phpgwapi'] = $phpgw_info['setup']['currentver']['phpgwapi'];
|
||||
update_version_table();
|
||||
// $phpgw_setup->update_version_table();
|
||||
|
@ -1462,6 +1462,13 @@
|
||||
$phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.10pre28';
|
||||
}
|
||||
|
||||
$test[] = '0.9.10pre28';
|
||||
function upgrade0_9_10pre28()
|
||||
{
|
||||
global $phpgw_info;
|
||||
$phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.10';
|
||||
}
|
||||
|
||||
reset ($test);
|
||||
while (list ($key, $value) = each ($test)){
|
||||
if ($phpgw_info["setup"]["currentver"]["phpgwapi"] == $value) {
|
||||
|
@ -316,7 +316,7 @@
|
||||
)";
|
||||
$phpgw_setup->db->query($sql);
|
||||
|
||||
$phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.10pre28';
|
||||
$phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.10';
|
||||
$phpgw_info['setup']['oldver']['phpgwapi'] = $phpgw_info['setup']['currentver']['phpgwapi'];
|
||||
update_version_table();
|
||||
?>
|
||||
|
@ -1854,6 +1854,13 @@
|
||||
$phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.10pre28';
|
||||
}
|
||||
|
||||
$test[] = '0.9.10pre28';
|
||||
function upgrade0_9_10pre28()
|
||||
{
|
||||
global $phpgw_info;
|
||||
$phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.10';
|
||||
}
|
||||
|
||||
reset ($test);
|
||||
while (list ($key, $value) = each ($test)){
|
||||
if ($phpgw_info["setup"]["currentver"]["phpgwapi"] == $value) {
|
||||
|
Loading…
Reference in New Issue
Block a user