From 87bdee60bcca219ad13ea9bd14cd5611f9dac4c6 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Sun, 31 Jul 2011 19:05:01 +0200 Subject: Allow for merging deleted packages into existing ones Merge all comments and votes of deleted packages into another package if the "Merge with" field is used. Duplicate votes (votes from a user who already voted on the target package or voted on more than one of the deleted packages) are discarded. Signed-off-by: Lukas Fleischer --- web/template/pkg_search_results.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'web/template/pkg_search_results.php') diff --git a/web/template/pkg_search_results.php b/web/template/pkg_search_results.php index d32b6c4..e576e6e 100644 --- a/web/template/pkg_search_results.php +++ b/web/template/pkg_search_results.php @@ -110,6 +110,8 @@ for ($i = 0; $row = mysql_fetch_assoc($result); $i++) { + + -- cgit v1.2.3-54-g00ecf