Fixed misspeling in exists(). Change to

This commit is contained in:
skeeter 2001-03-21 04:54:10 +00:00
parent e18b447599
commit ed199e06eb

View File

@ -182,7 +182,7 @@
if(gettype($account_lid) == 'integer')
{
$account_id = $account_lid;
settype($acount_lid,'string');
settype($account_lid,'string');
$account_lid = $this->id2name($account_id);
}