diff --git a/index.php b/index.php index c5c3f2b422..4e0d092f0a 100755 --- a/index.php +++ b/index.php @@ -175,12 +175,6 @@ //Uncomment the next line to enable the notify window. It will not work until a notifywindow app is added. //echo 'Open notify window'; - if ($phpgw_info["user"]["apps"]["stocks"] && $phpgw_info["user"]["preferences"]["stocks"]["enabled"]) - { - include(PHPGW_INCLUDE_ROOT . "/stocks/inc/functions.inc.php"); - echo '' . return_quotes($quotes) . ''; - } - $phpgw->common->hook('',array('email','calendar','news','addressbook')); //$phpgw->common->debug_phpgw_info();