<h1>Project "FreeSWITCH user-contributed scripts, etc" received a push.</h1>

<h2>branch: master updated</h2>
<pre>
       via: 6ca02e4ccb7d608a626e21141c8addd140b71a8e (commit)
      from: 2d3389c92b55f5e357347a78d00f11c3a39095c3 (commit)


</pre>= COMMIT LOG ===========================================================
<div class="highlight"><pre>committer: Mathieu Parent
comments: 
Cisco-XML: correct typos

<span style="color: #000080; font-weight: bold">diff --git a/sathieu/cisco-xml/lib/MediaBrotha/Frontend/CiscoXML.php b/sathieu/cisco-xml/lib/MediaBrotha/Frontend/CiscoXML.php</span>
<span style="color: #000080; font-weight: bold">index a0a9078..ce2f711 100644</span>
<span style="color: #A00000">--- a/sathieu/cisco-xml/lib/MediaBrotha/Frontend/CiscoXML.php</span>
<span style="color: #00A000">+++ b/sathieu/cisco-xml/lib/MediaBrotha/Frontend/CiscoXML.php</span>
<span style="color: #800080; font-weight: bold">@@ -52,9 +52,9 @@ class MediaBrotha_Frontend_CiscoXML extends MediaBrotha_Frontend {</span>
                 $this-&gt;_xml-&gt;setCiscoElement(&#39;SoftKeyItem&#39;,
                         Array(&#39;Name&#39; =&gt; &#39;Enqueue&#39;, &#39;URL&#39; =&gt; &#39;QueryStringParam:action=pl_enqueue&#39;, &#39;Position&#39; =&gt; &#39;5&#39;));
                 $this-&gt;_xml-&gt;setCiscoElement(&#39;SoftKeyItem&#39;,
<span style="color: #A00000">-                        Array(&#39;Name&#39; =&gt; &#39;Enqueue&#39;, &#39;URL&#39; =&gt; &#39;QueryStringParam:action=pl_next&#39;, &#39;Position&#39; =&gt; &#39;6&#39;));</span>
<span style="color: #00A000">+                        Array(&#39;Name&#39; =&gt; &#39;Next&#39;, &#39;URL&#39; =&gt; &#39;QueryStringParam:action=pl_next&#39;, &#39;Position&#39; =&gt; &#39;6&#39;));</span>
                 $this-&gt;_xml-&gt;setCiscoElement(&#39;SoftKeyItem&#39;,
<span style="color: #A00000">-                        Array(&#39;Name&#39; =&gt; &#39;Enqueue&#39;, &#39;URL&#39; =&gt; &#39;QueryStringParam:action=pl_previous&#39;, &#39;Position&#39; =&gt; &#39;7&#39;));</span>
<span style="color: #00A000">+                        Array(&#39;Name&#39; =&gt; &#39;Previous&#39;, &#39;URL&#39; =&gt; &#39;QueryStringParam:action=pl_previous&#39;, &#39;Position&#39; =&gt; &#39;7&#39;));</span>
                 $this-&gt;_xml-&gt;setCiscoElement(&#39;SoftKeyItem&#39;,
                         Array(&#39;Name&#39; =&gt; &#39;Quit&#39;, &#39;URL&#39; =&gt; &#39;SoftKey:Exit&#39;, &#39;Position&#39; =&gt; &#39;8&#39;));
         }
</pre></div>
========================================================================<pre>

Summary of changes:
 .../lib/MediaBrotha/Frontend/CiscoXML.php          |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
</pre>
<p>this email was generated because of /git/your-repo.git/hooks/post-receive by the file /git-core/contrib/hooks/post-receive-email<br />
For more info, see <a href="http://blog.chomperstomp.com/?p=630">http://blog.chomperstomp.com/?p=630</a>
-- <br />
FreeSWITCH user-contributed scripts, etc</p>