mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
removed some debugging output
This commit is contained in:
parent
c8a9702620
commit
1406a6e565
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue