From f5b55ca69d468670c0681885cb4cb845b5542d94 Mon Sep 17 00:00:00 2001 From: skeeter Date: Wed, 18 Apr 2001 16:55:36 +0000 Subject: [PATCH] added SCRIPT_FILENAME to globals --- calendar/inc/header.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/inc/header.inc.php b/calendar/inc/header.inc.php index d522ab9b0d..0f2c1a4bb0 100644 --- a/calendar/inc/header.inc.php +++ b/calendar/inc/header.inc.php @@ -16,7 +16,7 @@ if (floor($PHP_VERSION ) == 4) { global $date, $year, $month, $day, $thisyear, $thismonth, $thisday, $filter, $keywords; - global $matrixtype, $participants, $owner, $phpgw, $grants, $rights; + global $matrixtype, $participants, $owner, $phpgw, $grants, $rights, $SCRIPT_FILENAME; } $cols = 8;