diff options
author | Alasdair Colley <ac@brede.(none)> | 2011-11-01 17:25:07 +0000 |
---|---|---|
committer | Alasdair Colley <ac@brede.(none)> | 2011-11-01 17:25:07 +0000 |
commit | 4d086bef4b36f65587378cd12b39e1badb208d61 (patch) | |
tree | a57ab4d97b9a4522bdac71d20c0bf1135a12bb0a /perc.cfg | |
parent | f1975e80eec071e565cb43d2602b1fca2c3aae7c (diff) |
Can now clone existing users to create a new user
Diffstat (limited to 'perc.cfg')
-rw-r--r-- | perc.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,8 +5,8 @@ "hyphens": "%d-%m-%Y" }, "time": { - "military": "%H%M", "12hour": "%I:%M%p", + "military": "%H%M", "12houronly": "%I%p", "civilian": "%H:%M" } @@ -49,7 +49,7 @@ "finish": "14:00" }, "format": "%I%p" - }, + }, "wjoe": { "start": "09:00", "finish": "17:00", |