From: Alan Knowles Date: Mon, 17 Dec 2018 08:09:25 +0000 (+0800) Subject: RooTicket.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=5e59742bf4d017803c1f8e9ecf67345d420f6272 RooTicket.vala --- diff --git a/RooTicket.vala b/RooTicket.vala index ac448754..e3f7fb99 100644 --- a/RooTicket.vala +++ b/RooTicket.vala @@ -52,12 +52,12 @@ public class RooTicket : Object { public enum Who { - ANY : "anybody", - ME : "me" + ANY = "anybody", + ME = "me" } public enum Status { - ANY : "all", - ACTIVE : "active" + ANY = "all", + ACTIVE = "active" } //const string baseurl = "https://roojs.com/admin.php/Ro/mtrack_ticket";