mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 03:41:53 +02:00
Small fix for php3 support.
This commit is contained in:
parent
295e36cccf
commit
2c726647f5
@ -588,6 +588,8 @@
|
|||||||
if (!empty($new_extravars)) $new_extravars .= '&';
|
if (!empty($new_extravars)) $new_extravars .= '&';
|
||||||
$new_extravars .= "$key=$value";
|
$new_extravars .= "$key=$value";
|
||||||
}
|
}
|
||||||
|
// This needs to be explictly reset to a string variable type for PHP3
|
||||||
|
settype($extravars,'string');
|
||||||
$extravars = $new_extravars;
|
$extravars = $new_extravars;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user