X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/4acdd7f1c3b2b78933d7953e8777df73af3189aa..a257ef8b6e9d435938803471bd655be9d9734370:/issue/index.php diff --git a/issue/index.php b/issue/index.php index 9a35df8..35a1116 100644 --- a/issue/index.php +++ b/issue/index.php @@ -75,7 +75,7 @@ $sql = "SELECT $cols FROM issues i WHERE page = ?"; if (isset($_GET['open'])) { $sql .= ' AND closed IS NULL'; } -$sql .= ' ORDER BY closed IS NOT NULL, updated DESC'; +$sql .= ' ORDER BY updated DESC'; $query = $Db->query($sql, [$Page->handler]); if ($id == 'feed') {