// $Id: email_verify.check.inc,v 1.1 2009/02/04 22:01:18 dbr Exp $
Line 28
unset($found, $result, $row) // Destroy variables
missing ';' should be
unset($found, $result, $row); // Destroy variables

Comments

dbr’s picture

Assigned: Unassigned » dbr
Status: Active » Fixed

Thanks for your report. This is fixed in 6.x-1.1

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.