diff options
author | Urban Müller | 2023-06-12 15:06:02 +0200 |
---|---|---|
committer | Urban Müller | 2023-06-12 15:06:02 +0200 |
commit | 72365dfa65d73634ce32c97dc600463b52042ee7 (patch) | |
tree | 280eaf4efebaaf3393dfe00c9c3197a992998b4c /it_url.class | |
parent | e817bb49883aec980c0ffe827899365f13b1f786 (diff) | |
download | itools-72365dfa65d73634ce32c97dc600463b52042ee7.tar.gz itools-72365dfa65d73634ce32c97dc600463b52042ee7.tar.bz2 itools-72365dfa65d73634ce32c97dc600463b52042ee7.zip |
prevent deprecated function alert
Diffstat (limited to 'it_url.class')
-rw-r--r-- | it_url.class | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/it_url.class b/it_url.class index 8594006..4d21eaf 100644 --- a/it_url.class +++ b/it_url.class @@ -943,7 +943,7 @@ static function _params($params, $keys = null, $finalize = true) /** - * Similar to php's parse_str() but leaves . and space in arg names intact + * Similar to it::parse_str() but leaves . and space in arg names intact */ static function parse_str($query) { |