From 1b977f6e2888a68750ccc975bcfd16a316df3ed3 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Sun, 8 Apr 2001 14:09:23 +0000 Subject: [PATCH] Remove special case for stocks and add hook_home file for stocks --- index.php | 6 ------ 1 file changed, 6 deletions(-) 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();