From: Will Budic Date: Tue, 3 Mar 2020 17:27:20 +0000 (+1100) Subject: Upd. X-Git-Url: https://lifelog.hopto.org/gitweb/?a=commitdiff_plain;h=42278ce95191ef667e3a898b6ff2778e27fb6ae8;p=LifeLog.git Upd. --- diff --git a/Current Development Check List.md b/Current Development Check List.md index 03cff04..d7071da 100644 --- a/Current Development Check List.md +++ b/Current Development Check List.md @@ -14,9 +14,10 @@ This version is not compatible in data structure to prior versions. Data migrati * Alias -> pass -> backup password. Information required. * Application log needed in the background for System based logs. * New CNF Development. - * Migration is currently hard to maintain and data export and import is wrongly reliant to CVS. + * ✔ Migration is currently hard to maintain and data export and import is wrongly reliant to CVS. + * ✔ Anons to be enabled. * CVS imports/exports are to be made obsolete in the future. It is not safe. - * This will be savailable via command line. + * This will be still available via command line. * RTF Documents header lister page, to provide for, new log entry assignment, deletion, edits. * There isnt and shouldn't be a full relationship to docs. Hence new log entries can link to existing, docs. * ✔Use the pages cat_list meta data elements for dealing with categories in java scripts. @@ -54,9 +55,9 @@ This version is not compatible in data structure to prior versions. Data migrati ## Urgent FIXES and Known Issuses -* Expired sessions, swallow submits into void. +* ✔ Expired sessions, swallow submits into void. * CVS Export and Import has not been implemented for RTF type log entries. -✔ Dynamic toggle of page sections, interaction fixed, bettered. +* ✔ Dynamic toggle of page sections, interaction fixed, bettered. ## Planned New Possible Features of Minor Relevance diff --git a/htdocs/cgi-bin/main.cgi b/htdocs/cgi-bin/main.cgi index 714e182..371d2af 100755 --- a/htdocs/cgi-bin/main.cgi +++ b/htdocs/cgi-bin/main.cgi @@ -316,7 +316,7 @@ qq(
elsif ($prm_vc && $prm_vc != $prm_xc) { if ($stmD) { - $sqlVWL = $stmS . $stmD . " AND ID_CAT='" . $prm_vc . "'" . $stmE; + $sqlVWL = $stmS . $stmD . " AND ID_CAT=" . $prm_vc . $stmE; } else { $sqlVWL = $stmS . " ID_CAT=" . $prm_vc . ";" . $stmE;