From a6a8c08e3721962fd2dc5cfdc6efc1803e844a2b Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Tue, 19 Aug 2008 04:31:52 +0000 Subject: fixed the search a bit, made some random changes to charset and fixed some echo printf() references --- lib/class/browse.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/class/browse.class.php') diff --git a/lib/class/browse.class.php b/lib/class/browse.class.php index 77d1a81f..68b6bad3 100644 --- a/lib/class/browse.class.php +++ b/lib/class/browse.class.php @@ -176,7 +176,7 @@ class Browse { public static function get_total($objects=false) { // If they pass something then just return that - if (is_array($objects)) { + if (is_array($objects) and !self::is_simple_browse()) { return count($objects); } -- cgit