From 43f4daade3e7c4366898f1bf9959be31e46ccfb6 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Thu, 23 Feb 2012 15:05:05 +0100 Subject: Fixed methods' argument description --- lib/kolab_utils.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/kolab_utils.php') diff --git a/lib/kolab_utils.php b/lib/kolab_utils.php index 390b9eb..2694f71 100644 --- a/lib/kolab_utils.php +++ b/lib/kolab_utils.php @@ -55,7 +55,7 @@ class kolab_utils * * @param string $name Parameter name * @param int $type Parameter type - * @param bool $allow_html Enable to strip invalid/unsecure content + * @param bool $allow_html Disables stripping of insecure content (HTML tags) * * @return mixed Input value */ @@ -78,7 +78,7 @@ class kolab_utils * Input parsing. * * @param mixed $value Input value - * @param bool $allow_html Enable to strip invalid/unsecure content + * @param bool $allow_html Disables stripping of insecure content (HTML tags) * * @return mixed Input value */ -- cgit v1.1