6.0.0-alpha12
6/12/25

[#8466] sprintf syntax error in lib/api.php
Summary sprintf syntax error in lib/api.php
Queue Horde Base
Queue Version FRAMEWORK_3
Type Bug
State Duplicate
Priority 2. Medium
Owners
Requester adrieder (at) sbox (dot) tugraz (dot) at
Created 07/30/2009 (5796 days ago)
Due 07/30/2009 (5796 days ago)
Updated 08/03/2009 (5792 days ago)
Assigned
Resolved 08/03/2009 (5792 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
08/03/2009 03:46:21 PM Jan Schneider Comment #2
State ⇒ Duplicate
Patch ⇒ No
Reply to this comment
Duplicate of #8454.
07/30/2009 09:16:59 AM adrieder (at) sbox (dot) tugraz (dot) at Comment #1
Priority ⇒ 2. Medium
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Horde Base
Due ⇒ 07/30/2009
Summary ⇒ sprintf syntax error in lib/api.php
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
There is a problem with sprintf() Too few arguments in the 
_horde_removeUserData() function on line 405



return PEAR::raiseError(sprintf("There was an error removing global 
data for %s. Details have been logged."), $user);



sould be:



return PEAR::raiseError(sprintf("There was an error removing global 
data for %s. Details have been logged.", $user));



see also ticket #8454.


Saved Queries