mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/10271] Fixed the comment for phpbb.parse_querystring.
PHPBB3-10271
This commit is contained in:
parent
1d36873afe
commit
cdfd746a25
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue