From b629056504599d576baa8b1d264306ab7e3bedc8 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Wed, 24 May 2006 11:51:55 +0000 Subject: [PATCH] - #7625, update doc --- ext/filter/docs/filter.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ext/filter/docs/filter.txt b/ext/filter/docs/filter.txt index a5c36b93285..48aae0c8d5b 100644 --- a/ext/filter/docs/filter.txt +++ b/ext/filter/docs/filter.txt @@ -37,7 +37,8 @@ Change Log General Considerations ====================== * If the filter's expected input data mask does not match the provided data - for logical filters the filter function returns "null". + for logical filters the filter function returns "false". If the data was + not found, "null" is returned. * Character filters always return a string. * With the input filter extension enabled, and the input_filter.paranoid_admin_default_filter is set to something != 'raw',