Przeglądaj źródła

[svn r20453] FS#306 - The Glossary tool: A modification for better encoding support.

Ivan Tcholakov 16 lat temu
rodzic
commit
be4d4264af
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      main/glossary/index.php

+ 1 - 1
main/glossary/index.php

@@ -35,7 +35,7 @@ event_access_tool(TOOL_GLOSSARY);
 
 if ( isset($_GET['action']) && ($_GET['action'] == 'addglossary' || $_GET['action'] == 'edit_glossary')) {
 $tool=get_lang('GlossaryManagement');
-$interbreadcrumb[] = array ("url"=>"index.php", "name"=> ucfirst(get_lang(TOOL_GLOSSARY)));
+$interbreadcrumb[] = array ("url"=>"index.php", "name"=> api_ucfirst(get_lang(TOOL_GLOSSARY)));
 }
 
 Display::display_header(get_lang(ucfirst($tool)));