| 
| Subject: | Very good work !! But: The var... | 
|---|
 | Summary: | Package rating comment | 
|---|
 | Messages: | 1 | 
|---|
 | Author: | bartolotta | 
|---|
 | Date: | 2009-05-14 17:47:23 | 
|---|
 |  |  |  | 
bartolotta rated this package as follows:
| Utility: | Good | 
|---|
| Consistency: | Sufficient | 
|---|
| Examples: | Sufficient | 
|---|
|  | 
  bartolotta - 2009-05-14 17:47:23Very good work !!But:
 The var $message_id was not defined, so the INSERT SQL was not able to fill IDEmail in table emailtodb_email.
 
 I replaced
 "$message_id"
 with
 "$email['MESSAGE_ID']" in row 509
 and defined the var
 "$email['MESSAGE_ID'] = $header->message_id" in row 335
 Now it is working fine.
 Keep on coding !
 |