diff --git a/reference/ibase/functions/ibase-set-event-handler.xml b/reference/ibase/functions/ibase-set-event-handler.xml index a146a04307..cc533a4186 100644 --- a/reference/ibase/functions/ibase-set-event-handler.xml +++ b/reference/ibase/functions/ibase-set-event-handler.xml @@ -1,5 +1,5 @@ - + ibase_set_event_handler @@ -21,7 +21,7 @@ This function registers a PHP user function as event handler for the specified events. The callback is called with the event name and the link resource as arguments whenever one of the specified events is posted by the database. The callback must - return false if the event handler should be canceled. Any other return value is ignored. + return &false; if the event handler should be canceled. Any other return value is ignored.