From 1406a6e56590c9e9b266468e3b63961226fc868c Mon Sep 17 00:00:00 2001 From: jchu Date: Wed, 15 Dec 2004 03:09:28 +0000 Subject: removed some debugging output --- web/html/pkgsubmit.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'web/html/pkgsubmit.php') 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); } -- cgit v1.2.3-24-g4f1b