From f580b270f3a03944177e32f9d4a840e2dbd96425 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Mon, 29 Jun 2009 09:16:48 +0000 Subject: [PATCH] Eliminate commented out code. --- theme/chameleon/ui/chameleon.php | 1 - 1 file changed, 1 deletion(-) diff --git a/theme/chameleon/ui/chameleon.php b/theme/chameleon/ui/chameleon.php index 2e9b9c8b146..9f113f77d5e 100644 --- a/theme/chameleon/ui/chameleon.php +++ b/theme/chameleon/ui/chameleon.php @@ -14,7 +14,6 @@ if (!empty($THEME->chameleonenabled)) { if ($chameleon_isadmin or ($chameleon_isteacher and !empty($CFG->allowcoursethemes) and !empty($THEME->chameleonteachereditenabled))) { // either we're an admin or we're a teacher and this is being used as the course theme // if we're on a page using a course theme edit that, otherwise edit the main chameleon theme - // $chameleon_theme = (isset($CFG->coursetheme)) ? $CFG->coursetheme : $CFG->theme; $chameleon_theme = current_theme(); ?>