From 993f4b49cb8e5312b341331225a749b7478d2aa4 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Fri, 18 Jul 2014 03:47:21 +0000 Subject: [PATCH] Fix "print (...) interpreted as function" --- en_US.ISO8859-1/htdocs/cgi/query-pr.cgi | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/en_US.ISO8859-1/htdocs/cgi/query-pr.cgi b/en_US.ISO8859-1/htdocs/cgi/query-pr.cgi index 4f207e4bc2..95a160aee1 100755 --- a/en_US.ISO8859-1/htdocs/cgi/query-pr.cgi +++ b/en_US.ISO8859-1/htdocs/cgi/query-pr.cgi @@ -261,17 +261,16 @@ sub PrintPR "FreeBSD has migrated to Bugzilla. Please check the current Bugzilla version of this PR." ); - print ("

The historical version shown below is likely out of date and is for debugging purposes only!

\n"); + print "

The historical version shown below is likely out of date and is for debugging purposes only!

\n"; - print ("

" . + print "

" . $q->escapeHTML( $gnatspr->FieldSingle('Category') . '/' . $gnatspr->FieldSingle('Number') . ': ' . $gnatspr->FieldSingle('Synopsis') - ) . "

\n" - ); + ) . "\n"; # Header stuff of interest