<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>sprintf syntax error in lib/api.php</title> 
  <pubDate>Fri, 10 Apr 2026 18:48:35 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/8466</link> 
  <atom:link rel="self" type="application/rss+xml" title="sprintf syntax error in lib/api.php" href="https://bugs.horde.org/ticket/8466/rss" /> 
  <description>sprintf syntax error in lib/api.php</description> 
 
   
   
  <item> 
   <title>There is a problem with sprintf() Too few arguments in the _</title> 
   <description>There is a problem with sprintf() Too few arguments in the _horde_removeUserData() function on line 405



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



sould be:



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



see also ticket #8454.

</description> 
   <pubDate>Thu, 30 Jul 2009 09:16:59 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8466#t55095</link> 
  </item> 
   
  <item> 
   <title>Duplicate of #8454.</title> 
   <description>Duplicate of #8454.</description> 
   <pubDate>Mon, 03 Aug 2009 15:46:21 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8466#t55174</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
