]> lifelog.hopto.org Git - LifeLog.git/commitdiff
new dev 1.7
authorWill Budic <redacted>
Sat, 4 Jan 2020 12:09:06 +0000 (23:09 +1100)
committerWill Budic <redacted>
Sat, 4 Jan 2020 12:09:06 +0000 (23:09 +1100)
htdocs/cgi-bin/stats.cgi

index d91d7a3d2898dfdfd28d37f904768d989c4641d7..84280dc806b6a6c6d6762dc00ee87bc995228f11 100755 (executable)
@@ -83,9 +83,6 @@ print $cgi->start_html(-title => "Log Data Stats", -BGCOLOR=>"$BGCOL",
                        -style =>{-type => 'text/css', -src => "wsrc/$TH_CSS"}                       
                 );       
 
-
-
-
 my $tbl = '<table class="tbl" border="1px"><tr class="r0"><td colspan="5"><b>* Personal Log Data Statistics *</b></td></tr>';
 
 my $log_rc = selectSQL('select count(rowid) from LOG;');