From 890e26ca23be2a1a94bca4a803e074806a0228a1 Mon Sep 17 00:00:00 2001 From: pjmattal Date: Thu, 14 Apr 2005 03:28:56 +0000 Subject: fixed bug where if uploaded package overlapped with old Dummy, Dummy bit was not unset and so the package never appeared in the interface --- web/html/pkgsubmit.php | 1 + 1 file changed, 1 insertion(+) (limited to 'web') diff --git a/web/html/pkgsubmit.php b/web/html/pkgsubmit.php index 840ff306..ed2fb086 100644 --- a/web/html/pkgsubmit.php +++ b/web/html/pkgsubmit.php @@ -329,6 +329,7 @@ if ($_COOKIE["AURSID"]) { # update package data # $q = "UPDATE Packages SET "; + $q.= "DummyPkg = 0, "; $q.="Name='".mysql_escape_string($new_pkgbuild['pkgname'])."', "; $q.="Version='".mysql_escape_string($new_pkgbuild['pkgver'])."-". mysql_escape_string($new_pkgbuild['pkgrel'])."',"; -- cgit v1.2.3-24-g4f1b