From 72365dfa65d73634ce32c97dc600463b52042ee7 Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Mon, 12 Jun 2023 15:06:02 +0200 Subject: prevent deprecated function alert --- it_url.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.3