From 58a359e3c17b711be1663985e5e7801407eb50ed Mon Sep 17 00:00:00 2001 From: rvelices Date: Wed, 14 Feb 2007 05:45:20 +0000 Subject: - fill #searches.last_seen column - small correction on my previous commit (functions_tag.inc.php) - web service tags.getImages correction git-svn-id: http://piwigo.org/svn/trunk@1816 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/functions_tag.inc.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/functions_tag.inc.php') diff --git a/include/functions_tag.inc.php b/include/functions_tag.inc.php index c9f239ef7..4f8c95563 100644 --- a/include/functions_tag.inc.php +++ b/include/functions_tag.inc.php @@ -258,6 +258,7 @@ SELECT id, name, url_name, count(*) counter if ($max_tags>0) { $query .= ' + ORDER BY counter DESC LIMIT 0,'.$max_tags; } -- cgit v1.2.3