Mercurial > eagle-eye
comparison Ikariam.pm @ 19:9c52ae71c1cb
fixed , in score
author | "Rex Tsai <chihchun@kalug.linux.org.tw>" |
---|---|
date | Wed, 08 Oct 2008 16:22:54 +0800 |
parents | 59f2c435760c |
children | 54ab0becd730 |
comparison
equal
deleted
inserted
replaced
18:fd44e3a1f800 | 19:9c52ae71c1cb |
---|---|
87 $user{'allyId'} = $1; | 87 $user{'allyId'} = $1; |
88 } | 88 } |
89 | 89 |
90 $e = getElementsByAttribute($elem, "class", "score"); | 90 $e = getElementsByAttribute($elem, "class", "score"); |
91 $user{$type} = $e->innerText(); | 91 $user{$type} = $e->innerText(); |
92 $user{$type} =~ s/,//; | 92 $user{$type} =~ s/,//g; |
93 | 93 |
94 $users{$user{'id'}} = \%user; | 94 $users{$user{'id'}} = \%user; |
95 } else { | 95 } else { |
96 next; | 96 next; |
97 } | 97 } |