[svn r11759] bugfix: tool translation errors in 3 column layout of course homepage

skala
Patrick Cool 19 years ago
parent 2b32cfd489
commit 927f807e8e
  1. 4
      main/course_home/btf_functions.php

@ -1,5 +1,5 @@
<?php
// $Id: btf_functions.php 10195 2006-11-25 15:26:00Z pcool $
// $Id: btf_functions.php 11759 2007-03-29 07:43:19Z pcool $
/*
==============================================================================
Dokeos - elearning and course management software
@ -84,7 +84,7 @@ function showtools2($cat)
{
if ($tempRow['img'] != "scormbuilder.gif")
{
$tempRow['name_translated'] = get_lang($tempRow['name']);
$tempRow['name_translated'] = get_lang(ucfirst($tempRow['name']));
}
$toolsRow_all[] = $tempRow;
}

Loading…
Cancel
Save