Ver Fonte

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

Ivan Tcholakov há 16 anos atrás
pai
commit
be4d4264af
1 ficheiros alterados com 1 adições e 1 exclusões
  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)));