summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUrban Müller2023-06-12 15:06:02 +0200
committerUrban Müller2023-06-12 15:06:02 +0200
commit72365dfa65d73634ce32c97dc600463b52042ee7 (patch)
tree280eaf4efebaaf3393dfe00c9c3197a992998b4c
parente817bb49883aec980c0ffe827899365f13b1f786 (diff)
downloaditools-72365dfa65d73634ce32c97dc600463b52042ee7.tar.gz
itools-72365dfa65d73634ce32c97dc600463b52042ee7.tar.bz2
itools-72365dfa65d73634ce32c97dc600463b52042ee7.zip
prevent deprecated function alert
-rw-r--r--it_url.class2
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)
{