forked from extern/egroupware
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