From: moodler Date: Thu, 20 Apr 2006 07:55:07 +0000 (+0000) Subject: No need for noapprovalrequired string X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=20a730762f601b0d9f379f00ce41c544447e7021;p=moodle.git No need for noapprovalrequired string --- 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 = '';