removed some debugging output

This commit is contained in:
jchu 2004-12-15 03:09:28 +00:00
parent c8a9702620
commit 1406a6e565

View file

@ -344,7 +344,6 @@ if ($_COOKIE["AURSID"]) {
$deppkgname = preg_replace("/[<>]?=.*/", "", $v);
$deppkgid = create_dummy($deppkgname, $_COOKIE['AURSID']);
$q .= $pdata["ID"].", ".$deppkgid.")";
print $q;
db_query($q, $dbh);
}
@ -352,7 +351,6 @@ if ($_COOKIE["AURSID"]) {
while (list($k, $v) = each($sources)) {
$q = "INSERT INTO PackageSources (PackageID, Source) VALUES (";
$q .= $pdata["ID"].", '".mysql_escape_string($v)."')";
print $q;
db_query($q, $dbh);
}