From ca62110b9ec5e7f5157aa34dd0fc48b2c3f24a73 Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Thu, 31 Jan 2013 16:24:12 +0000 Subject: declare functions static --- it_html.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'it_html.class') diff --git a/it_html.class b/it_html.class index 0544371..8e2d6c3 100644 --- a/it_html.class +++ b/it_html.class @@ -511,7 +511,7 @@ function Q($string) * Build a complete url from base-url and params * @param ... scalar args and numeric indices build base-url, rest as params */ -function U(/* ... */) +static function U(/* ... */) { $args = func_get_args(); list($base, $params) = it_parse_args($args); -- cgit v1.2.3