X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=Documentation%2FEnglish%20%28British%29%2Fdeveloper-chapter3-getpagelist.html;h=150bf1bb39c761888b76b7fba57224ff6cea0fea;hb=642b115fbca3aac1f0c60a7d2b6e0a89a6f0fd74;hp=99b6d7d2fff123e0c644c62c4fe0bb2356eaa714;hpb=fb02a3c6cb60580a1dce80522a06168919460207;p=kiriwrite%2F.git diff --git a/Documentation/English (British)/developer-chapter3-getpagelist.html b/Documentation/English (British)/developer-chapter3-getpagelist.html index 99b6d7d..150bf1b 100644 --- a/Documentation/English (British)/developer-chapter3-getpagelist.html +++ b/Documentation/English (British)/developer-chapter3-getpagelist.html @@ -30,7 +30,7 @@ Gets the page list from a database. The page list is returned as an array.
Usage:

- $kiriwrite_dbmodule->selectdb(“database”);
+ $kiriwrite_dbmodule->selectdb("database");
@pagelist = $kiriwrite_dbmodule->getpagelist({ StartFrom => 0, Limit => 50 });