diff --git a/index.php b/index.php index c9d2f9aa8d..c0ad874ba5 100755 --- a/index.php +++ b/index.php @@ -33,6 +33,7 @@ $phpgw->common->read_preferences("addressbook"); $phpgw->common->read_preferences("email"); $phpgw->common->read_preferences("calendar"); + $phpgw->common->read_preferences("stocks"); $phpgw->db->query("select app_version from applications where app_name='admin'",__LINE__,__FILE__); $phpgw->db->next_record(); @@ -66,7 +67,7 @@ } } - echo '

'; + echo '

'; ?>