mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Fix phpversion...
This commit is contained in:
parent
a754d88715
commit
ac37f5b6da
@ -13,7 +13,7 @@
|
||||
/* $Id$ */
|
||||
|
||||
// Delete all records for a user
|
||||
if (floor($PHP_VERSION ) == 4)
|
||||
if (floor(phpversion()) == 4)
|
||||
{
|
||||
global $account_id, $new_owner;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user