Project

General

Profile

Bug #14724 » 2005-05-16_bugfix_1065.patch

Administrator Admin, 2005-05-16 11:50

View differences:

class.t3lib_befunc.php 16 May 2005 09:49:16 -0000
switch((string)$theColConf['type']) {
case 'radio':
$l=t3lib_BEfunc::getLabelFromItemlist($table,$col,$value);
$l=$GLOBALS['LANG']->sL($l);
break;
case 'select':
if ($theColConf['MM']) {
(1-1/2)