forked from extern/egroupware
new disable by default policy should help performance
This commit is contained in:
parent
066cc921b3
commit
38b0173707
@ -20,7 +20,7 @@
|
||||
$friendly = 0;
|
||||
}
|
||||
|
||||
$phpgw_info["flags"]["currentapp"] = "calendar";
|
||||
$phpgw_info["flags"] = array("currentapp" => "calendar", "enable_calendar_class" => True, "enable_nextmatchs_class" => True);
|
||||
include("../header.inc.php");
|
||||
|
||||
$view = "day";
|
||||
|
@ -13,7 +13,8 @@
|
||||
\**************************************************************************/
|
||||
|
||||
/* $Id$ */
|
||||
$phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True, "currentapp" => "calendar");
|
||||
$phpgw_info["flags"] = array("currentapp" => "calendar", "enable_calendar_class" => True,
|
||||
"noheader" => True, "nonavbar" => True, "enable_nextmatchs_class" => True);
|
||||
include("../header.inc.php");
|
||||
|
||||
if ($id > 0) {
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
$phpgw_info["flags"]["currentapp"] = "calendar";
|
||||
$phpgw_info["flags"] = array("currentapp" => "calendar", "enable_calendar_class" => True, "enable_nextmatchs_class" => True);
|
||||
|
||||
include("../header.inc.php");
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
/* $Id$ */
|
||||
|
||||
$phpgw_info["flags"]["noheader"]="True";
|
||||
$phpgw_info["flags"]["currentapp"]="calendar";
|
||||
$phpgw_info["flags"] = array("currentapp" => "calendar", "enable_calendar_class" => True, "enable_nextmatchs_class" => True);
|
||||
include("../header.inc.php");
|
||||
// Input time format "2359"
|
||||
function add_duration($time, $duration)
|
||||
|
@ -20,7 +20,7 @@
|
||||
$friendly = 0;
|
||||
}
|
||||
|
||||
$phpgw_info["flags"]["currentapp"] = "calendar";
|
||||
$phpgw_info["flags"] = array("currentapp" => "calendar", "enable_calendar_class" => True, "enable_nextmatchs_class" => True);
|
||||
include("../header.inc.php");
|
||||
|
||||
if (isset($date) && strlen($date) > 0) {
|
||||
|
@ -11,8 +11,10 @@
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
$phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True, "currentapp" => "calendar",
|
||||
"nocalendarheader" => True, "nocalendarfooter" => True);
|
||||
$phpgw_info["flags"] = array("currentapp" => "calendar", "enable_calendar_class" => True,
|
||||
"enable_nextmatchs_class" => True,
|
||||
"noheader" => True, "nonavbar" => True,
|
||||
"nocalendarheader" => True, "nocalendarfooter" => True);
|
||||
include("../header.inc.php");
|
||||
|
||||
if ($submit) {
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
$phpgw_info["flags"]["currentapp"] = "calendar";
|
||||
$phpgw_info["flags"] = array("currentapp" => "calendar", "enable_calendar_class" => True, "enable_nextmatchs_class" => True);
|
||||
|
||||
if (! $keywords) {
|
||||
// If we reach this it becuase they didn't search for anything,
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
$phpgw_info["flags"]["currentapp"] = "calendar";
|
||||
$phpgw_info["flags"] = array("currentapp" => "calendar", "enable_calendar_class" => True, "enable_nextmatchs_class" => True);
|
||||
include("../header.inc.php");
|
||||
|
||||
function grab_group($db,$id)
|
||||
|
@ -18,8 +18,7 @@
|
||||
} else {
|
||||
$friendly = 0;
|
||||
}
|
||||
|
||||
$phpgw_info["flags"]["currentapp"] = "calendar";
|
||||
$phpgw_info["flags"] = array("currentapp" => "calendar", "enable_calendar_class" => True, "enable_nextmatchs_class" => True);
|
||||
include("../header.inc.php");
|
||||
|
||||
if(!isset($phpgw_info["user"]["preferences"]["calendar"]["weekdaystarts"]))
|
||||
|
@ -18,7 +18,7 @@
|
||||
$friendly = 0;
|
||||
}
|
||||
|
||||
$phpgw_info["flags"]["currentapp"] = "calendar";
|
||||
$phpgw_info["flags"] = array("currentapp" => "calendar", "enable_calendar_class" => True, "enable_nextmatchs_class" => True);
|
||||
include("../header.inc.php");
|
||||
|
||||
$view = "year";
|
||||
|
Loading…
Reference in New Issue
Block a user