X-Git-Url: http://Server1/repobrowser/?p=kiriwrite%2F.git;a=blobdiff_plain;f=Documentation%2FEnglish%20%28British%29%2Fdeveloper-chapter3-editfilter.html;h=9e77bc7c28521f00f14fbdd6a80d80abc37be4db;hp=eb7373d16097ef5f0d5c9260e7651f2f6a5d4fb5;hb=ff0d6ced3c2cc3f9c6f601c1ac8618a9dc4ccb5a;hpb=917bf000970f6e8e95759b4975e9d5c48e738dfd 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