mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 15:57:45 +02:00
[ticket/10271] Fixed the comment for phpbb.parse_querystring.
PHPBB3-10271
This commit is contained in:
committed by
Igor Wiedler
parent
1d36873afe
commit
cdfd746a25
@@ -184,7 +184,7 @@ phpbb.confirm = function(msg, callback, fadedark) {
|
|||||||
* Turn a querystring into an array.
|
* Turn a querystring into an array.
|
||||||
*
|
*
|
||||||
* @argument string string The querystring to parse.
|
* @argument string string The querystring to parse.
|
||||||
* @returns array The array created.
|
* @returns object The object created.
|
||||||
*/
|
*/
|
||||||
phpbb.parse_querystring = function(string) {
|
phpbb.parse_querystring = function(string) {
|
||||||
var params = {}, i, split;
|
var params = {}, i, split;
|
||||||
|
Reference in New Issue
Block a user