Syntax error
jflesher - April 26, 2009 - 19:48
| Project: | Email Verification |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | dbr |
| Status: | closed |
Jump to:
Description
// $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

#1
Thanks for your report. This is fixed in 6.x-1.1
#2
Automatically closed -- issue fixed for 2 weeks with no activity.