<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -443,7 +443,7 @@
 			global $user;
 
 			if (!in_array(XML_RPC_FEATHER, Config::current()-&gt;enabled_feathers))
-				throw new Exception(__(sprintf(&quot;The %s feather is not enabled.&quot;, XML_RPC_FEATHER)));
+				throw new Exception(_f(&quot;The %s feather is not enabled.&quot;, array(XML_RPC_FEATHER)));
 
 			$where = array('feather = :feather');
 			$params = array(':feather' =&gt; XML_RPC_FEATHER);
@@ -500,7 +500,7 @@
 			if ($user-&gt;no_results)
 				throw new Exception(__(&quot;Login incorrect.&quot;));
 			else if (!$user-&gt;group()-&gt;can(&quot;{$do}_own_post&quot;, &quot;{$do}_post&quot;, &quot;{$do}_draft&quot;, &quot;{$do}_own_draft&quot;))
-				throw new Exception(__(sprintf(&quot;You don't have permission to %s posts/drafts.&quot;, $do)));
+				throw new Exception(_f(&quot;You don't have permission to %s posts/drafts.&quot;, array($do)));
 		}
 
 		#</diff>
      <filename>includes/xmlrpc.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b622fd22bd86af6754f9f4dd4c15c3dd1f875b71</id>
    </parent>
  </parents>
  <author>
    <name>brucep</name>
    <email>public.github@bru.fmguy.com</email>
  </author>
  <url>http://github.com/vito/chyrp/commit/1d3be1f0ead19d190519c75cf9788b4ca5a8a893</url>
  <id>1d3be1f0ead19d190519c75cf9788b4ca5a8a893</id>
  <committed-date>2008-07-23T18:06:52-07:00</committed-date>
  <authored-date>2008-07-23T18:06:52-07:00</authored-date>
  <message>Updated xmlrpc.php to use _f().</message>
  <tree>95e6be5ec1a01afe8d4c90a7d3d9fae388f2cb9d</tree>
  <committer>
    <name>brucep</name>
    <email>public.github@bru.fmguy.com</email>
  </committer>
</commit>
