diff --git a/mod/glossary/print.php b/mod/glossary/print.php index d0d08aa1bf0..783c220dea8 100644 --- a/mod/glossary/print.php +++ b/mod/glossary/print.php @@ -164,9 +164,6 @@ include_once("sql.php"); $entriesshown = 0; $currentpivot = ''; -if ( $hook == 'SPECIAL' ) { - $alphabet = explode(",", get_string("alphabet")); -} $site = $DB->get_record("course", array("id"=>1)); echo '

' . userdate(time()) . '

';