Skip to content

Commit

Permalink
- respect the whitespace
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pear/packages/Net_URL/trunk@82398 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
Jan Lehnardt committed May 16, 2002
1 parent 9e4611e commit eb494ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion URL.php
Expand Up @@ -137,7 +137,7 @@ function Net_URL($url = null)
}
} else {
$this->path = '';
}
}

// Querystring
$this->querystring = !empty($urlinfo['query']) ? $this->_parseRawQueryString($urlinfo['query']) : array();
Expand Down

0 comments on commit eb494ef

Please sign in to comment.