From fd36c38f04f775f34734f88ece2d23466d7715bb Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Wed, 1 Jul 2009 01:00:52 +0000 Subject: If everything works out, this should be Tidypics 1.6.0 Beta 1 - note I pulled back support for ImageMagick command line and watermarks. It would lead to too many support questions from the general public and I already expect to be inundated. --- views/default/object/image.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'views/default/object') diff --git a/views/default/object/image.php b/views/default/object/image.php index e38576abf..ba3bb0272 100644 --- a/views/default/object/image.php +++ b/views/default/object/image.php @@ -126,7 +126,9 @@ if ($photo_tags) { $the_viewer = 0; } - create_annotation($file_guid, "tp_view", "1", "integer", $the_viewer, ACCESS_PUBLIC); + // only non-owner views count + if ($owner->guid != $view->owner_guid) + create_annotation($file_guid, "tp_view", "1", "integer", $the_viewer, ACCESS_PUBLIC); $views_a = get_annotations($file_guid, "object", "image", "tp_view", "", 0, 9999); $views = count($views_a); -- cgit v1.2.3