From b3b723b4531a3781ab847a2652cf192303e78941 Mon Sep 17 00:00:00 2001 From: Mattes D Date: Sun, 25 Dec 2016 18:29:21 +0100 Subject: Refactored to put URL Encoding / Decoding in a single place. (#3491) --- Server/Plugins/APIDump/Classes/WebAdmin.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Server/Plugins/APIDump/Classes') diff --git a/Server/Plugins/APIDump/Classes/WebAdmin.lua b/Server/Plugins/APIDump/Classes/WebAdmin.lua index 583278e5f..f6ebe9da7 100644 --- a/Server/Plugins/APIDump/Classes/WebAdmin.lua +++ b/Server/Plugins/APIDump/Classes/WebAdmin.lua @@ -121,6 +121,7 @@ return GetURLEncodedString = { IsStatic = true, + ObsoletedBy = "cUrlParser:UrlEncode", Params = { { @@ -134,7 +135,7 @@ return Type = "string", }, }, - Notes = "Returns the string given to it escaped by URL encoding, which makes the string suitable for transmission in an URL. Invalid characters are turned into \"%xy\" values.", + Notes = "OBSOLETE - use {{cUrlParser}}:UrlEncode() instead.
Returns the string given to it escaped by URL encoding, which makes the string suitable for transmission in an URL. Invalid characters are turned into \"%xy\" values.", }, Reload = { -- cgit v1.2.3