Fix phpversion...

This commit is contained in:
Miles Lott 2001-04-21 12:23:49 +00:00
parent a754d88715
commit ac37f5b6da

View File

@ -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;
}