From: Gabriel Dunne Date: Sun, 18 Dec 2011 17:20:24 +0000 (-0800) Subject: Added tag count to tags.php X-Git-Tag: v0.1~56 X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=c42ae3cf9e3f433278e86742622b8f826b2f83e9;p=clmpr.git Added tag count to tags.php --- diff --git a/get.php b/get.php index b61ed16..d51cac8 100644 --- a/get.php +++ b/get.php @@ -94,11 +94,11 @@ case 'xml' : - + prepare("SELECT * FROM tags - ORDER BY tag DESC"); + ORDER BY count DESC, tag ASC"); $q->execute(); //} @@ -52,7 +52,7 @@ catch(PDOException $e) fetch(); $i++ ): ?> -
  • +