summaryrefslogtreecommitdiffstats
path: root/includes/public/shortcodes/giglog_bands.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/public/shortcodes/giglog_bands.php')
-rw-r--r--includes/public/shortcodes/giglog_bands.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/public/shortcodes/giglog_bands.php b/includes/public/shortcodes/giglog_bands.php
index 055ebf8..76187ab 100644
--- a/includes/public/shortcodes/giglog_bands.php
+++ b/includes/public/shortcodes/giglog_bands.php
@@ -77,7 +77,7 @@ and wpgc.venue = wpgv.id
and wpgconcert_date >= CURDATE()";
$query .= ($cty == "ALL") ? "" : " and wpgv.wpgvenue_city='" . $cty . "'";
$query .= ($venue == "0") ? "" : " and wpgv.id='" . $venue . "'";
- $query .= " order by wpgv.wpgvenue_city, wpgconcert_date";
+ $query .= " order by wpgv.wpgvenue_city, wpgconcert_date, wpgc.id";
//echo($query);
$results = $wpdb->get_results($query);