]> lifelog.hopto.org Git - LifeLog.git/commitdiff
id fix.
authorWill Budic <redacted>
Sun, 1 Mar 2020 18:32:23 +0000 (05:32 +1100)
committerWill Budic <redacted>
Sun, 1 Mar 2020 18:32:23 +0000 (05:32 +1100)
htdocs/cgi-bin/data.cgi

index a306b75c1f12f98307e3fb879c4fb6121bdf5f03..6fa00f4936b34d3b1f5eb58960227011e48a8b3c 100755 (executable)
@@ -194,7 +194,7 @@ sub NotConfirmed {
     #Get ids and build confirm table and check
     my $stm = $stmS ." ";
         foreach my $id ($cgi->param('chk')){
-            $stm = $stm . "ID = " . $id . " OR ";
+            $stm = $stm . "PID = " . $id . " OR ";
         }
         $stm =~ s/ OR $//; $stm .= $stmE;