Changeset 1396
- Timestamp:
- 05/02/05 02:30:50 (8 years ago)
- File:
-
- 1 edited
-
trunk/bin/alternc_stats_web.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/alternc_stats_web.php
r1395 r1396 155 155 $close($f); 156 156 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 } 163 163 164 164 // handy function to avoid a copy-paste
Note: See TracChangeset
for help on using the changeset viewer.
