From 702abe64bc84c9d9823a8d064837701aeb9fa068 Mon Sep 17 00:00:00 2001 From: pjmattal Date: Tue, 2 Aug 2005 05:05:19 +0000 Subject: fixed bug #2994 (extraneous comment delete buttons mapping to wrong comments) --- web/lib/pkgfuncs.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/lib/pkgfuncs.inc b/web/lib/pkgfuncs.inc index e355c47a..438039a5 100644 --- a/web/lib/pkgfuncs.inc +++ b/web/lib/pkgfuncs.inc @@ -481,8 +481,9 @@ function package_details($id=0, $SID="") { $durl.= "&comment_id=".$carr["ID"]."&ID=".$row["ID"]; $durl.= "'>"; + + print $durl . "  "; } - print $durl . "  "; print __("Comment by: %h%s%h on %h%s%h", array("",$carr["UserName"],"", "",date("Ymd [H:i:s]",$carr["CommentTS"]),"")); -- cgit v1.2.3-24-g4f1b