From e95dddd7a9dc87e3607371c67a7785bcbe3a7632 Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Tue, 28 Feb 2006 01:52:38 +0000 Subject: [PATCH] added a line to prevent warning --- mod/data/comment.php | 1 + 1 file changed, 1 insertion(+) diff --git a/mod/data/comment.php b/mod/data/comment.php index f1535369569..07e95424868 100755 --- a/mod/data/comment.php +++ b/mod/data/comment.php @@ -18,6 +18,7 @@ $commentid = optional_param('commentid','',PARAM_INT); $confirm = optional_param('confirm','',PARAM_INT); $commentcontent = optional_param('commentcontent','',PARAM_NOTAGS); + $template = optional_param('template','',PARAM_ALPHA); if ((!$record = get_record('data_records','id',$recordid))) {