[ticket/10271] Fixed the comment for phpbb.parse_querystring.

PHPBB3-10271
This commit is contained in:
Callum Macrae 2011-10-22 16:50:33 +01:00 committed by Igor Wiedler
parent 1d36873afe
commit cdfd746a25

View file

@ -184,7 +184,7 @@ phpbb.confirm = function(msg, callback, fadedark) {
* Turn a querystring into an array.
*
* @argument string string The querystring to parse.
* @returns array The array created.
* @returns object The object created.
*/
phpbb.parse_querystring = function(string) {
var params = {}, i, split;