summaryrefslogtreecommitdiffstats
path: root/web/html/pkgsubmit.php
diff options
context:
space:
mode:
authorjchu <jchu>2004-12-15 04:09:28 +0100
committerjchu <jchu>2004-12-15 04:09:28 +0100
commit1406a6e56590c9e9b266468e3b63961226fc868c (patch)
tree8d37542cad1c2f63570c6439f7e1cdb5d51d2721 /web/html/pkgsubmit.php
parentc8a97026203995f2c9123a01142074a8ffc2eeba (diff)
downloadaur-1406a6e56590c9e9b266468e3b63961226fc868c.tar.gz
aur-1406a6e56590c9e9b266468e3b63961226fc868c.tar.xz
removed some debugging output
Diffstat (limited to 'web/html/pkgsubmit.php')
-rw-r--r--web/html/pkgsubmit.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/web/html/pkgsubmit.php b/web/html/pkgsubmit.php
index c1d2d53d..9f034b1c 100644
--- a/web/html/pkgsubmit.php
+++ b/web/html/pkgsubmit.php
@@ -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);
}