lilalo
changeset 146:f4008c71ab92
mass upload
author | igor@book.xt.vpn |
---|---|
date | Tue Dec 16 00:15:39 2008 +0200 (2008-12-16) |
parents | 2c9ea8e4fa14 |
children | 94f587855947 |
files | l3-frontend |
line diff
1.1 --- a/l3-frontend Tue Dec 16 00:12:54 2008 +0200 1.2 +++ b/l3-frontend Tue Dec 16 00:15:39 2008 +0200 1.3 @@ -833,14 +833,14 @@ 1.4 $this_day_result .= "<pre class='diff'>".$cl->{"diff"}."</pre>" 1.5 if ( $Config{"show_diffs"} =~ /^y/i && $cl->{"diff"}); 1.6 # SHOT 1.7 - #for $t (sort { $a <=> $b } keys %{ $Uploads{$cl->{"local_session_id"}} }) { 1.8 + for $t (sort { $a <=> $b } keys %{ $Uploads{$cl->{"local_session_id"}} }) { 1.9 # if ($t > $cl->{"time"} && $t < $next_cl->{"time"}) { 1.10 - $this_day_result .= "<img src='" 1.11 + $this_day_result .= "<IMG src='" 1.12 .$Config{l3shot_path} 1.13 .$Uploads{$cl->{"local_session_id"}} 1.14 ."' alt ='screenshot id ".$cl->{"screenshot"} 1.15 ."'/>" 1.16 - #} 1.17 + } 1.18 1.19 $this_day_result .= "<img src='" 1.20 .$Config{l3shot_path}