forked from extern/egroupware
Bumped up the version number
This commit is contained in:
parent
33aa5de6f5
commit
cd588b407e
@ -354,7 +354,7 @@
|
||||
)";
|
||||
$phpgw_setup->db->query($sql);
|
||||
|
||||
$phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.11.006';
|
||||
$phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.13.001';
|
||||
$phpgw_info['setup']['oldver']['phpgwapi'] = $phpgw_info['setup']['currentver']['phpgwapi'];
|
||||
update_version_table();
|
||||
// $phpgw_setup->update_version_table();
|
||||
|
@ -1671,6 +1671,13 @@
|
||||
$phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.11.010';
|
||||
}
|
||||
|
||||
$test[] = '0.9.11.010';
|
||||
function upgrade0_9_11_010()
|
||||
{
|
||||
global $phpgw_info;
|
||||
$phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.13.001';
|
||||
}
|
||||
|
||||
|
||||
reset ($test);
|
||||
while (list ($key, $value) = each ($test)){
|
||||
|
@ -323,7 +323,7 @@
|
||||
)";
|
||||
$phpgw_setup->db->query($sql);
|
||||
|
||||
$phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.11.006';
|
||||
$phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.13.001';
|
||||
$phpgw_info['setup']['oldver']['phpgwapi'] = $phpgw_info['setup']['currentver']['phpgwapi'];
|
||||
update_version_table();
|
||||
?>
|
||||
|
@ -2191,6 +2191,13 @@
|
||||
$phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.11.010';
|
||||
}
|
||||
|
||||
$test[] = '0.9.11.010';
|
||||
function upgrade0_9_11_010()
|
||||
{
|
||||
global $phpgw_info;
|
||||
$phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.13.001';
|
||||
}
|
||||
|
||||
reset ($test);
|
||||
while (list ($key, $value) = each ($test)){
|
||||
if ($phpgw_info["setup"]["currentver"]["phpgwapi"] == $value) {
|
||||
|
Loading…
Reference in New Issue
Block a user