6.0.0-RC7
6/29/26

[#5837] Form confirmation code wrong in admin/groups.php
Summary Form confirmation code wrong in admin/groups.php
Queue Horde Framework Packages
Queue Version FRAMEWORK_3
Type Bug
State Resolved
Priority 1. Low
Owners chuck (at) horde (dot) org
Requester asmarre (at) ull (dot) es
Created 10/26/07 (6821 days ago)
Due
Updated 10/26/07 (6821 days ago)
Assigned 10/26/07 (6821 days ago)
Resolved 10/26/07 (6821 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
195 Jan Schneider Comment #3
Assigned to Chuck Hagenbuch
State ⇒ Resolved
Reply to this comment
No, that sounds correct.
445 Chuck Hagenbuch Comment #2
Priority ⇒ 1. Low
State ⇒ Feedback
Reply to this comment
I'd say this is actually a bug in the translation - it shouldn't be 
adding html entities like that. I removed the   from the es_ES.po 
file for Horde 3.2/HEAD.



If others disagree I guess we can use html_entity_decode.
2711 asmarre (at) ull (dot) es Comment #1
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Form confirmation code wrong in admin/groups.php
Queue ⇒ Horde Framework Packages
State ⇒ Unconfirmed
Reply to this comment
In line 76 of admin/groups.php an if tries to check if the user has 
confirmed the deletion of a group. In case of using localization 
(Spanish in my case), the check fails because the getFormData returns 
a string like ' Eliminar ' and the _() method returns a string like 
' Eliminar '. It seems that the browser substitutes the 
  entities for ' ' character. I hard-coded a solution based in 
strpos but it's not generic because depends of the localization.



I found this problem in the latest stable version of Horde (3.1.5).

Saved Queries