diff options
-rw-r--r-- | web/html/packages.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/packages.php b/web/html/packages.php index 791837f..4191440 100644 --- a/web/html/packages.php +++ b/web/html/packages.php @@ -244,7 +244,7 @@ if (isset($_REQUEST["do_Flag"])) { $result = db_query($q, $dbh); # 7) delete from CommentNotify - $q = "DELETE FROM CommentNotify WHERE ID = " . $id; + $q = "DELETE FROM CommentNotify WHERE PkgID = " . $id; $result = db_query($q, $dbh); # TODO question: Now that the package as been deleted, does |