[Tickets #8466] sprintf syntax error in lib/api.php

bugs at horde.org bugs at horde.org
Thu Jul 30 09:17:00 UTC 2009


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/8466
------------------------------------------------------------------------------
  Ticket             | 8466
  Created By         | adrieder at sbox.tugraz.at
  Summary            | sprintf syntax error in lib/api.php
  Queue              | Horde Base
  Version            | FRAMEWORK_3
  Type               | Bug
  State              | Unconfirmed
  Priority           | 2. Medium
  Milestone          |
  Patch              | 1
  Owners             |
------------------------------------------------------------------------------


adrieder at sbox.tugraz.at (2009-07-30 05:16) wrote:

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.







More information about the bugs mailing list