largersmallernormaltext version of this page

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0009910 [phplist] All Other major always 03-05-07 05:12 18-02-08 14:06
Reporter dave0801 View Status public  
Assigned To
Priority normal Resolution fixed  
Status resolved   Product Version 2.10.4
Summary 0009910: Date attribute criteria is displayed as 0 and not saved
Description I have a WeddingDate attribute, and when I try to set the criteria (selecting date attribute) for a message, no matter what date I enter in the dd-mm-yyyy text entry box, and see: Adding WeddingDate is 0.

In addition, the criteria does not appear to be saved when I go back to re-edit the message (the critera is no longer shown in the dropdown list).
Additional Information
Tags No tags attached.
Attached Files

- Relationships
related to 0003721closed phplist 2.10.x 

-  Notes
(0026623)
hernan (developer)
04-05-07 17:30

File send_core.php line 1448

find:
$values_drop .= '<input class="criteria_element" name="criteria_values" id="criteria_values_text" size=15 type=text>';


replace:
$values_drop .= '<input class="criteria_element" name="criteria_values[]" id="criteria_values_text" size=15 type=text>';


This will fix this date criteria error.
(0026691)
dave0801 (reporter)
09-05-07 13:51

This change corrected the problem.

Thank you so much for your help!


Mantis 1.1.6[^]
Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker