From 20a730762f601b0d9f379f00ce41c544447e7021 Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 20 Apr 2006 07:55:07 +0000 Subject: [PATCH] No need for noapprovalrequired string --- mod/data/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/data/index.php b/mod/data/index.php index 6ffef75cf6..48eb316850 100755 --- a/mod/data/index.php +++ b/mod/data/index.php @@ -104,7 +104,7 @@ 'data_records r WHERE r.dataid ='.$data->id. ' AND r.approved <> 1'); } else { - $numunapprovedrecords = get_string('noapprovalrequired', 'data'); + $numunapprovedrecords = '-'; } $rsslink = ''; -- 2.39.5