mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01: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 .= '&';
|
||||
$new_extravars .= "$key=$value";
|
||||
}
|
||||
// This needs to be explictly reset to a string variable type for PHP3
|
||||
settype($extravars,'string');
|
||||
$extravars = $new_extravars;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user