added SCRIPT_FILENAME to globals

This commit is contained in:
skeeter 2001-04-18 16:55:36 +00:00
parent ea0b53e22d
commit f5b55ca69d

View File

@ -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;