]> lifelog.hopto.org Git - LifeLog.git/commitdiff
comments
authorMetabox <redacted>
Fri, 19 Apr 2019 18:56:26 +0000 (04:56 +1000)
committerMetabox <redacted>
Fri, 19 Apr 2019 18:56:26 +0000 (04:56 +1000)
htdocs/cgi-bin/search.cgi
htdocs/cgi-bin/wsrc/.main.css.swp [deleted file]

index 694b26984569d95552858bf41f95d173190ad44e..06cea4947997db5396333fbf8d6a279a31b1a0f0 100755 (executable)
@@ -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 . '<tr class="r1"><td>'. $dt->ymd . "</td>" . 
diff --git a/htdocs/cgi-bin/wsrc/.main.css.swp b/htdocs/cgi-bin/wsrc/.main.css.swp
deleted file mode 100644 (file)
index 77e4799..0000000
Binary files a/htdocs/cgi-bin/wsrc/.main.css.swp and /dev/null differ