diff scores.pl @ 91:53c87400183f

rewrite viewScore with Extractor.
author "Rex Tsai <chihchun@kalug.linux.org.tw>"
date Sun, 26 Oct 2008 22:14:15 +0800
parents 5849b6fdc76c
children e551351b18de
line wrap: on
line diff
--- a/scores.pl	Sun Oct 26 16:27:45 2008 +0800
+++ b/scores.pl	Sun Oct 26 22:14:15 2008 +0800
@@ -19,8 +19,7 @@
 {
     my $users = shift;
 
-    foreach my $user (values(%{$users}))
-    {
+    foreach my $user (values(%{$users})) {
         printf("Saving %s\n", $user->{'name'});
         if(my $c = Ikariam::User->retrieve($user->{id}))
         {