function glossary_print_alphabet_links($cm, $glossary,$l, $tab) {
global $CFG;
if ( $glossary->showalphabet and $glossary->displayformat != GLOSSARY_FORMAT_CONTINUOUS ) {
- $alphabet = explode("|", get_string("alphabet","glossary"));
+ $alphabet = explode(",", get_string("alphabet"));
$letters_by_line = 14;
for ($i = 0; $i < count($alphabet); $i++) {
if ( $l == $alphabet[$i] and $l) {
}
return $status;
}
-?>
\ No newline at end of file
+?>
$search = '';
}
- $alphabet = explode('|', get_string("alphabet","glossary"));
+ $alphabet = explode(',', get_string("alphabet"));
if ($l == '' and $search == '' and !$eid) {
// if the user is just entering the glossary...
if ($tab != GLOSSARY_APPROVAL_VIEW) {