mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
added SCRIPT_FILENAME to globals
This commit is contained in:
parent
ea0b53e22d
commit
f5b55ca69d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user