From 89eccc9b74482b8c636a02d3a6bcf3ec2947eb7b Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" <> Date: Sat, 21 Nov 1998 03:18:33 +0000 Subject: Backed out Andrew's patch -- turns out it was doing quoting sublty wrong. --- bug_form.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bug_form.pl') diff --git a/bug_form.pl b/bug_form.pl index 287b6ad12..ed6aead8a 100644 --- a/bug_form.pl +++ b/bug_form.pl @@ -39,7 +39,7 @@ select short_desc, date_format(creation_ts,'Y-m-d') from bugs -where bug_id = '" . $::FORM{'id'} . "'"; +where bug_id = $::FORM{'id'}"; SendSQL($query); my %bug; -- cgit v1.2.3-24-g4f1b