forked from extern/egroupware
update version for eGW 1.4 Beta 2
This commit is contained in:
parent
e0ed67a715
commit
b2dedd114b
@ -14,7 +14,7 @@
|
|||||||
/* Basic information about this app */
|
/* Basic information about this app */
|
||||||
$setup_info['phpgwapi']['name'] = 'phpgwapi';
|
$setup_info['phpgwapi']['name'] = 'phpgwapi';
|
||||||
$setup_info['phpgwapi']['title'] = 'eGroupWare API';
|
$setup_info['phpgwapi']['title'] = 'eGroupWare API';
|
||||||
$setup_info['phpgwapi']['version'] = '1.3.015';
|
$setup_info['phpgwapi']['version'] = '1.3.016';
|
||||||
$setup_info['phpgwapi']['versions']['current_header'] = '1.28';
|
$setup_info['phpgwapi']['versions']['current_header'] = '1.28';
|
||||||
$setup_info['phpgwapi']['enable'] = 3;
|
$setup_info['phpgwapi']['enable'] = 3;
|
||||||
$setup_info['phpgwapi']['app_order'] = 1;
|
$setup_info['phpgwapi']['app_order'] = 1;
|
||||||
|
@ -698,4 +698,12 @@
|
|||||||
}
|
}
|
||||||
return $GLOBALS['setup_info']['addressbook']['currentver'] = '1.3.015';
|
return $GLOBALS['setup_info']['addressbook']['currentver'] = '1.3.015';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$test[] = '1.3.015';
|
||||||
|
function phpgwapi_upgrade1_3_015()
|
||||||
|
{
|
||||||
|
# 1.4 Beta 2
|
||||||
|
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.3.016';
|
||||||
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user