From: Cash Costello Date: Sat, 12 Dec 2009 03:48:17 +0000 (+0000) Subject: increased number of image views possible X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ee56a5b4bdb933c61786481e000aaff626fd59d5;p=lorea%2Felgg.git increased number of image views possible --- 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);