diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/html/pkgsubmit.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/html/pkgsubmit.php b/web/html/pkgsubmit.php index 840ff30..ed2fb08 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'])."',"; |