make the phpgw Version-0_9_16-branch HEAD

This commit is contained in:
Ralf Becker
2003-08-28 14:31:11 +00:00
parent f76c6eedd7
commit b8557e49d9
984 changed files with 23863 additions and 36043 deletions

View File

@@ -138,7 +138,7 @@
while ($GLOBALS['phpgw']->db->next_record())
{
$name = $GLOBALS['phpgw']->db->f('app_name');
$title = lang($GLOBALS['phpgw']->db->f('app_name'));
$title = $GLOBALS['phpgw']->db->f('app_title');
$status = $GLOBALS['phpgw']->db->f('app_enabled');
$version= $GLOBALS['phpgw']->db->f('app_version');
$apps[$name] = array(