X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=Documentation%2FEnglish%20%28British%29%2Fdeveloper-chapter3-editfilter.html;h=9e77bc7c28521f00f14fbdd6a80d80abc37be4db;hb=ff0d6ced3c2cc3f9c6f601c1ac8618a9dc4ccb5a;hp=eb7373d16097ef5f0d5c9260e7651f2f6a5d4fb5;hpb=78f6c5e8ed54c22b470764e2b93c42ef1f6644e8;p=kiriwrite%2F.git diff --git a/Documentation/English (British)/developer-chapter3-editfilter.html b/Documentation/English (British)/developer-chapter3-editfilter.html index eb7373d..9e77bc7 100644 --- a/Documentation/English (British)/developer-chapter3-editfilter.html +++ b/Documentation/English (British)/developer-chapter3-editfilter.html @@ -31,7 +31,7 @@ Edits a filter in the filter database.

$kiriwrite_dbmodule->connectfilter();
- $kiriwrite_dbmodule->editfilter({ FilterID => 1, NewFindFilter => “The new find filter setting.”, NewReplaceFilter => “The new replace filter setting.”, NewFilterPriority => 2, NewEnabled => 1, NewFilterNotes => “The new notes of the filter.” }); + $kiriwrite_dbmodule->editfilter({ FilterID => 1, NewFindFilter => "The new find filter setting.", NewReplaceFilter => "The new replace filter setting.", NewFilterPriority => 2, NewEnabled => 1, NewFilterNotes => "The new notes of the filter." });
options