From: Metabox Date: Fri, 19 Apr 2019 18:56:26 +0000 (+1000) Subject: comments X-Git-Url: https://lifelog.hopto.org/gitweb/?a=commitdiff_plain;h=4b90c8c5648807fed24c5641d41e16682fadf4fe;p=LifeLog.git comments --- diff --git a/htdocs/cgi-bin/search.cgi b/htdocs/cgi-bin/search.cgi index 694b269..06cea49 100755 --- a/htdocs/cgi-bin/search.cgi +++ b/htdocs/cgi-bin/search.cgi @@ -1,4 +1,9 @@ #!/usr/bin/perl +# +# Programed in vim by: Will Budic +# Open Source License -> https://choosealicense.com/licenses/isc/ +# + use strict; use warnings; @@ -91,7 +96,7 @@ if($rv < 0) { my $r_cnt = 0; while(my @row = $sth->fetchrow_array()) { - my $ct = $hshCats{@row[1]}; + my $ct = $hshCats{$row[1]}; my $dt = DateTime::Format::SQLite->parse_datetime( $row[2] ); $tbl = $tbl . ''. $dt->ymd . "" . diff --git a/htdocs/cgi-bin/wsrc/.main.css.swp b/htdocs/cgi-bin/wsrc/.main.css.swp deleted file mode 100644 index 77e4799..0000000 Binary files a/htdocs/cgi-bin/wsrc/.main.css.swp and /dev/null differ