mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:36 +01:00
Comment out php5-specific code since it causes php4 syntax error
This commit is contained in:
parent
fe8df8ad8d
commit
745a6c347b
@ -879,7 +879,8 @@
|
||||
if(floor(phpversion()) > 4)
|
||||
{
|
||||
// $b = $a->__clone();
|
||||
$b = clone $a;
|
||||
// $b = clone $a;
|
||||
$b = $a;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user