| Anonymous | Login | Signup for a new account | 02-09-10 22:09 GMT | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Print ] | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |
| 0015211 | phplist | Message Send Process | public | 09-01-09 16:57 | 24-04-10 12:12 | |
| Reporter | davideg | |||||
| Priority | normal | Severity | major | Reproducibility | always | |
| Status | resolved | Resolution | fixed | |||
| Platform | OS | OS Version | ||||
| Product Version | 2.10.8 | |||||
| Target Version | Fixed in Version | 2.10.10 | ||||
| Summary | 0015211: STACKED_ATTRIBUTE_SELECTION "," error on values | |||||
| Description | with STACKED_ATTRIBUTE_SELECTION = 1, in the message composition window, when i add a criterion that's not a checkbox (so i get the error with select and gr) i get an sql error on ",1". Trying to to a little debug i've found that the problem is in send_core.php because the sql is so composed: -- in values (,1) -- if i add more conditions the sql get: -- in values (,1,2) -- so the error is that it puts an additional comma at the begin. I've do a workaround adding this at line 822: -- $crit_data["values"] = preg_replace('/^,/','',$crit_data["values"]); -- That's obviusly a workaround but it works and can get closer to the problem solution. Regards. | |||||
| Tags | Criteria | |||||
| Attached Files | ||||||
Relationships |
||||||
|
||||||
| Copyright © 2000 - 2010 MantisBT Group |