diff options
author | Urban Müller | 2013-01-31 16:24:12 +0000 |
---|---|---|
committer | Urban Müller | 2013-01-31 16:24:12 +0000 |
commit | ca62110b9ec5e7f5157aa34dd0fc48b2c3f24a73 (patch) | |
tree | 114590837c21c3c348495ad1295cc3070deb5620 /it_html.class | |
parent | 1786f3c08e42c33e52673544138941d0c71fd283 (diff) | |
download | itools-ca62110b9ec5e7f5157aa34dd0fc48b2c3f24a73.tar.gz itools-ca62110b9ec5e7f5157aa34dd0fc48b2c3f24a73.tar.bz2 itools-ca62110b9ec5e7f5157aa34dd0fc48b2c3f24a73.zip |
declare functions static
Diffstat (limited to 'it_html.class')
-rw-r--r-- | it_html.class | 2 |
1 files changed, 1 insertions, 1 deletions
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); |