fixed various bugs

This commit is contained in:
JT Smith 2004-07-12 00:13:28 +00:00
parent e896f3cb1e
commit 8061e40dcf
4 changed files with 20 additions and 14 deletions

View file

@ -95,7 +95,7 @@ sub append {
my ($url);
$url = $_[0];
if ($url =~ /\?/) {
$url .= '&'.$_[1];
$url .= '&'.$_[1];
} else {
$url .= '?'.$_[1];
}