From ee56a5b4bdb933c61786481e000aaff626fd59d5 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sat, 12 Dec 2009 03:48:17 +0000 Subject: increased number of image views possible --- lib/image.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/image.php b/lib/image.php index 34b054898..0c4049183 100644 --- a/lib/image.php +++ b/lib/image.php @@ -95,7 +95,7 @@ */ public function getViews($viewer_guid) { - $views = get_annotations($this->getGUID(), "object", "image", "tp_view", "", 0, 9999); + $views = get_annotations($this->getGUID(), "object", "image", "tp_view", "", 0, 99999); if ($views) { $total_views = count($views); -- cgit v1.2.3