fixed documentation bug reported by aleksander.adamowski-AT-olo.org.pl

This commit is contained in:
Ralf Becker 2007-07-24 08:53:05 +00:00
parent 2056ed6897
commit 8edd27dcdc

View File

@ -419,7 +419,7 @@ and fill the content:</p>
} }
array_unshift($found,false); <span>// change the array to start with index 1</span> array_unshift($found,false); <span>// change the array to start with index 1</span>
$content = array( $content = array(
'msg' =&gt; lang('%1 matches on search criteria',count($found)), 'msg' =&gt; lang('%1 matches on search criteria',count($found)-1),
'entry' =&gt; $found, 'entry' =&gt; $found,
); );
$this-&gt;tmpl-&gt;read('et_media.show'); $this-&gt;tmpl-&gt;read('et_media.show');