From a13ab26527b72ca35b745add17340f003153b66a Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sat, 13 Mar 2004 09:58:25 +0000 Subject: [PATCH] fixed error, thanks to drago --- etemplate/doc/etemplate.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etemplate/doc/etemplate.html b/etemplate/doc/etemplate.html index 98766fc428..37104721d4 100644 --- a/etemplate/doc/etemplate.html +++ b/etemplate/doc/etemplate.html @@ -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; } $content = array( - 'msg' => lang('%d matches on search criteria',,count($found)), + 'msg' => lang('%d matches on search criteria',count($found)), 'entry' => $entry // et_media.show.rows uses this, as we put 'entry' in the Options-field ); $this->tmpl->read('et_media.show'); // read the show-template