From ee47b631dccd27c6aa691bab624ad57bcd7c035f Mon Sep 17 00:00:00 2001 From: root Date: Mon, 12 Mar 2007 14:30:15 +0000 Subject: [PATCH] Added certid for debugging --- includes/general.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/general.php b/includes/general.php index b906ace..6580aba 100644 --- a/includes/general.php +++ b/includes/general.php @@ -688,7 +688,7 @@ if(mysql_num_rows($res) > 0) printf(_("Your certificate request is still queued and hasn't been processed yet. Please wait, and go to Certificates -> View to see it's status.")); else - printf(_("Your certificate request has failed to be processed correctly, see %sthe WIKI page%s for reasons and solutions."), "", ""); + printf(_("Your certificate request has failed to be processed correctly, see %sthe WIKI page%s for reasons and solutions.")." certid:$certid", "", ""); showfooter(); exit; }