From 315d88b43f33cc08033727208fd3d070ddd6d4a9 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Tue, 9 Sep 2008 08:31:41 +0000 Subject: [PATCH] MDL-16343 - followup - remove one unused line of code. --- admin/report/capability/index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/admin/report/capability/index.php b/admin/report/capability/index.php index 7877c5bcf1..a1714bcdcb 100644 --- a/admin/report/capability/index.php +++ b/admin/report/capability/index.php @@ -46,7 +46,6 @@ add_to_log(SITEID, "admin", "report capability", "report/capability/index.php?ca // Print the header. admin_externalpage_setup('reportcapability'); -$strtitle = get_string('capabilityreport', 'report_capability'); admin_externalpage_print_header(); // Prepare the list of capabilites to choose from -- 2.39.5