From: Will Budic Date: Mon, 20 May 2024 09:55:53 +0000 (+1000) Subject: Updated to PerlCBF v.3.2. Various plugin and index changes. X-Git-Url: https://lifelog.hopto.org/gitweb/?a=commitdiff_plain;h=9a93fbdefa34f4002918eee545dc612d42d92c59;p=LifeLog.git Updated to PerlCBF v.3.2. Various plugin and index changes. --- diff --git a/htdocs/cgi-bin/docs/PerlCNF/Specifications_For_CNF_Data_Tables.md b/htdocs/cgi-bin/docs/PerlCNF/Specifications_For_CNF_Data_Tables.md index c8198b2..18a87b3 100644 --- a/htdocs/cgi-bin/docs/PerlCNF/Specifications_For_CNF_Data_Tables.md +++ b/htdocs/cgi-bin/docs/PerlCNF/Specifications_For_CNF_Data_Tables.md @@ -20,7 +20,7 @@ my $table = CNFParser->new(...)->data(){'MyDataProperty'}; my $header = $$table->{header}; my $lbls = CNFMeta::_deRefArray(@$$header[0]); my $spec = CNFMeta::_deRefArray(@$$header[3]); -my $data = $$table->{data}; +my $data = CNFMeta::_deRefArray($$table->{data}); ``` ## SQL Based CNF Instruction @@ -39,7 +39,7 @@ my $data = $$table->{data}; Instruction - Decription + Description