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