email now checks for new messages on home page

This commit is contained in:
skeeter 2001-02-04 19:57:24 +00:00
parent 9817089eac
commit 2c046331c4
2 changed files with 5 additions and 8 deletions

View File

@ -25,10 +25,9 @@
/* $Id$ */
/* $Id$ */
if (!$phpgw_info["flags"]["included_classes"]["portalbox"]){
$phpgw_info["flags"]["included_classes"]["portalbox"] = True;
include($phpgw_info["server"]["include_root"]."/".$appname."/inc/class.portalbox.inc.php");
}
CreateObject('phpgwapi.portalbox');
class linkbox extends portalbox {
/*
Set up the Object. You will notice, we have not reserved

View File

@ -24,10 +24,8 @@
/* $Id$ */
if (!$phpgw_info["flags"]["included_classes"]["portalbox"]){
$phpgw_info["flags"]["included_classes"]["portalbox"] = True;
include($phpgw_info["server"]["include_root"]."/".$appname."/inc/class.portalbox.inc.php");
}
CreateObject('phpgwapi.portalbox');
class resultbox extends portalbox {
/*
Set up the Object. You will notice, we have not reserved memory