mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-12 08:58:25 +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$ */
|
||||||
|
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
if (!$phpgw_info["flags"]["included_classes"]["portalbox"]){
|
|
||||||
$phpgw_info["flags"]["included_classes"]["portalbox"] = True;
|
CreateObject('phpgwapi.portalbox');
|
||||||
include($phpgw_info["server"]["include_root"]."/".$appname."/inc/class.portalbox.inc.php");
|
|
||||||
}
|
|
||||||
class linkbox extends portalbox {
|
class linkbox extends portalbox {
|
||||||
/*
|
/*
|
||||||
Set up the Object. You will notice, we have not reserved
|
Set up the Object. You will notice, we have not reserved
|
||||||
|
@ -24,10 +24,8 @@
|
|||||||
|
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
if (!$phpgw_info["flags"]["included_classes"]["portalbox"]){
|
CreateObject('phpgwapi.portalbox');
|
||||||
$phpgw_info["flags"]["included_classes"]["portalbox"] = True;
|
|
||||||
include($phpgw_info["server"]["include_root"]."/".$appname."/inc/class.portalbox.inc.php");
|
|
||||||
}
|
|
||||||
class resultbox extends portalbox {
|
class resultbox extends portalbox {
|
||||||
/*
|
/*
|
||||||
Set up the Object. You will notice, we have not reserved memory
|
Set up the Object. You will notice, we have not reserved memory
|
||||||
|
Loading…
Reference in New Issue
Block a user