mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
- fixed output of found documents
This commit is contained in:
parent
000ceaf1ac
commit
1538f7e2e1
|
@ -161,7 +161,7 @@ if ($numResults == 0) {
|
||||||
printMLText("search_no_results");
|
printMLText("search_no_results");
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
printMLText("search_report_fulltext", array("count" => $resArr['totalDocs']));
|
printMLText("search_report_fulltext", array("doccount" => $resArr['totalDocs']));
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</td>
|
</td>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user