mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fixed bug where if uploaded package overlapped with old Dummy, Dummy bit was not unset and so the package never appeared in the interface
This commit is contained in:
parent
f748d9a471
commit
890e26ca23
1 changed files with 1 additions and 0 deletions
|
@ -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'])."',";
|
||||
|
|
Loading…
Add table
Reference in a new issue