mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
fixed documentation bug reported by aleksander.adamowski-AT-olo.org.pl
This commit is contained in:
parent
2056ed6897
commit
8edd27dcdc
@ -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' => lang('%1 matches on search criteria',count($found)),
|
'msg' => lang('%1 matches on search criteria',count($found)-1),
|
||||||
'entry' => $found,
|
'entry' => $found,
|
||||||
);
|
);
|
||||||
$this->tmpl->read('et_media.show');
|
$this->tmpl->read('et_media.show');
|
||||||
|
Loading…
Reference in New Issue
Block a user