From c42ae3cf9e3f433278e86742622b8f826b2f83e9 Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Sun, 18 Dec 2011 09:20:24 -0800 Subject: [PATCH] Added tag count to tags.php --- get.php | 10 +++++----- tags.php | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) 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++ ): ?> -
  • +
  • -- 2.34.1