largersmallernormaltext version of this page

View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0008437phplistConfigurationpublic05-11-06 13:0918-02-08 14:06
Reporterchristianh 
PrioritynormalSeverityminorReproducibilityalways
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version2.10.2 
Target Version2.10.7Fixed in Version2.10.4 
Summary0008437: Deleting attributes dependant form selected language
DescriptionIt 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?
TagsNo tags attached.
Attached Files

- Relationships
related to 0003721closed phplist 2.10.x 

-  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
Powered by Mantis Bugtracker