From: Will Budic Date: Sat, 4 Jan 2020 12:09:06 +0000 (+1100) Subject: new dev 1.7 X-Git-Url: https://lifelog.hopto.org/gitweb/?a=commitdiff_plain;h=c4bc1f3dfa6b965e9443d1e5a385fdeeb6695e3a;p=LifeLog.git new dev 1.7 --- diff --git a/htdocs/cgi-bin/stats.cgi b/htdocs/cgi-bin/stats.cgi index d91d7a3..84280dc 100755 --- a/htdocs/cgi-bin/stats.cgi +++ b/htdocs/cgi-bin/stats.cgi @@ -83,9 +83,6 @@ print $cgi->start_html(-title => "Log Data Stats", -BGCOLOR=>"$BGCOL", -style =>{-type => 'text/css', -src => "wsrc/$TH_CSS"} ); - - - my $tbl = ''; my $log_rc = selectSQL('select count(rowid) from LOG;');
* Personal Log Data Statistics *