Changeset 1396 for trunk/bin

Show
Ignore:
Timestamp:
05/02/05 02:30:50 (4 years ago)
Author:
anarcat
Message:

re-compter correctement les hits

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/bin/alternc_stats_web.php

    r1395 r1396  
    155155  $close($f); 
    156156  
    157 
    158  
    159 $total_hits += $l; 
    160 $total_good += $good
    161  
    162 if ($verbose) echo "\n$l lines read ($good good)\n"; 
     157  $total_hits += $l; 
     158  $total_good += $good; 
     159 
     160  if ($verbose) echo "\n$l lines read ($good good)\n"
     161 
     162
    163163 
    164164// handy function to avoid a copy-paste