| 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 | |
| 0008437 | phplist | Configuration | public | 05-11-06 13:09 | 18-02-08 14:06 | |
| Reporter | christianh | |||||
| Priority | normal | Severity | minor | Reproducibility | always | |
| Status | resolved | Resolution | fixed | |||
| Platform | OS | OS Version | ||||
| Product Version | 2.10.2 | |||||
| Target Version | 2.10.7 | Fixed in Version | 2.10.4 | |||
| Summary | 0008437: Deleting attributes dependant form selected language | |||||
| Description | It is really strange, but deleting an attribute is not possible when selecting german. With any other language it is no problem. Any idea? Is it fixed with 2.10.3, so I will ask my provider to update phplist? | |||||
| Tags | No tags attached. | |||||
| Attached Files | ||||||
Relationships |
||||||
|
||||||
Notes |
|
|
(0021410) mindw0rm (reporter) 26-11-06 17:11 |
This is not fixed in 2.10.3. After some debugging, I found the problem: in commonlib/pages/attributes.php, lines 134 / 157, $_POST["tagaction"] is compared with $GLOBALS['I18N']->get('delete') / $GLOBALS['I18N']->get('merge'). tagaction is eg "Markierte Atribute löschen", while the compare value is "Markierte Atribute löschen". I solved the problem by replacing $_POST["tagaction"] with htmlentities($_POST["tagaction"]) |
| Copyright © 2000 - 2010 MantisBT Group |