diff --git a/redqu b/redqu index dc94a62..edca3a0 100755 --- a/redqu +++ b/redqu @@ -7,6 +7,7 @@ (or (= time "day") (= time "d")) "?t=day" (or (= time "month") (= time "m")) "?t=month" (or (= time "year") (= time "y")) "?t=year" + (or (= time "all") (= time "a")) "?t=all" :else "?t=week")) (defn sortoptmap