X-Git-Url: http://Server1/repobrowser/?p=kiriwrite%2F.git;a=blobdiff_plain;f=Documentation%2FEnglish%20%28British%29%2Fdeveloper-chapter3-getpageinfo.html;h=e15d71b708572d33ff31fddd5c2a7d9b9b9f4547;hp=12d1899c23ab4bfbba2e7e59c3fe9b0701141495;hb=fb02a3c6cb60580a1dce80522a06168919460207;hpb=5778819ec333bf3392b2bc4cc54714d60b37221e diff --git a/Documentation/English (British)/developer-chapter3-getpageinfo.html b/Documentation/English (British)/developer-chapter3-getpageinfo.html index 12d1899..e15d71b 100644 --- a/Documentation/English (British)/developer-chapter3-getpageinfo.html +++ b/Documentation/English (British)/developer-chapter3-getpageinfo.html @@ -31,7 +31,7 @@ Gets information about the page. The page information is returned as a hash.
$kiriwrite_dbmodule->selectdb(“database”);
- %pageinfo = $kiriwrite_dbmodule->getpageinfo({ PageFilename => “pagefilename.html” }); + %pageinfo = $kiriwrite_dbmodule->getpageinfo({ PageFilename => “pagefilename.html”, Reduced => 1 });