Project:Email Verification
Version:6.x-1.0
Component:Code
Category:bug report
Priority:normal
Assigned:dbr
Status:closed (fixed)

Issue Summary

// $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

#1

Assigned to:Anonymous» dbr
Status:active» fixed

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

#2

Status:fixed» closed (fixed)

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