Add --update option to avoid overwriting existing columns other than ss_total_edits...
[lhc/web/wiklou.git] / maintenance / counter.php
1 <?php
2 function print_c($last, $current) {
3 echo str_repeat( chr(8), strlen( $last ) ) . $current;
4 }
5 ?>