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

dbr - April 27, 2009 - 14:10
Assigned to:Anonymous» dbr
Status:active» fixed

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

#2

System Message - May 11, 2009 - 14:20
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.