From 53dc0dfb6aa0600897640242ed02777139ae1a4f Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 5 Apr 2006 01:40:24 +0000 Subject: [PATCH] Fixed a string name --- mod/data/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/data/lib.php b/mod/data/lib.php index a6278627a8..d7c6c1f353 100755 --- a/mod/data/lib.php +++ b/mod/data/lib.php @@ -877,7 +877,7 @@ function data_print_template($template, $records, $data, $search='',$page=0, $re $patterns[]='/\#\#Comments\#\#/i'; if (($template == 'listtemplate') && ($data->comments)) { $comments = count_records('data_comments','recordid',$record->id); - $replacement[] = ''.get_string('comments','data', $comments).''; + $replacement[] = ''.get_string('commentsn','data', $comments).''; } else { $replacement[] = ''; } -- 2.39.5