mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
email now checks for new messages on home page
This commit is contained in:
parent
9817089eac
commit
2c046331c4
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user