diff options
author | Simone Rota <sip@crux.nu> | 2006-09-10 11:11:46 +0000 |
---|---|---|
committer | Simone Rota <sip@crux.nu> | 2006-09-10 11:11:46 +0000 |
commit | a046e9f3d49eb8400a17dc4612a624e8d936f44b (patch) | |
tree | cbffdf15ed8046e561bd3efd4d2ca6ae02ab06f6 | |
parent | 20dc014208572920d58d695b83f10e90f65d9631 (diff) | |
download | webtools-a046e9f3d49eb8400a17dc4612a624e8d936f44b.tar.gz webtools-a046e9f3d49eb8400a17dc4612a624e8d936f44b.tar.xz |
timeline: added aon and falk to the username mapping
-rwxr-xr-x | timeline/tlcacher.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/timeline/tlcacher.php b/timeline/tlcacher.php index f960c38..dbc18b3 100755 --- a/timeline/tlcacher.php +++ b/timeline/tlcacher.php @@ -38,7 +38,9 @@ $username_map = array( "jheino" => "JukkaHeino", "tilman" => "TilmanSauerbeck", "viper" => "SimonGloßner", - "sten" => "NickSteeves" + "sten" => "NickSteeves", + "falk" => "FalkHamann", + "aon" => "AnttiNykänen", ); // Event: cache_id, tstamp, type(icon), date, time, user, url, description, notes |