added a line to prevent warning

This commit is contained in:
toyomoyo
2006-02-28 01:52:38 +00:00
parent f73eb30b02
commit e95dddd7a9
+1
View File
@@ -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))) {