fixed error, thanks to drago

This commit is contained in:
Ralf Becker 2004-03-13 09:58:25 +00:00
parent 4b4df263cc
commit a13ab26527

View File

@ -319,7 +319,7 @@ We are only lacking some way to show if we get more than one match on a search,
$entry[$row] = $data; $entry[$row] = $data;
} }
$content = array( $content = array(
'msg' => lang('%d matches on search criteria',,count($found)), 'msg' => lang('%d matches on search criteria',count($found)),
'entry' => $entry <span>// et_media.show.rows uses this, as we put 'entry' in the Options-field</span> 'entry' => $entry <span>// et_media.show.rows uses this, as we put 'entry' in the Options-field</span>
); );
$this->tmpl->read('et_media.show'); <span>// read the show-template</span> $this->tmpl->read('et_media.show'); <span>// read the show-template</span>