$key);
$t = stripslashes($arr[$i]->$text);
$id = @$arr[$i]->id;
$extra = '';
$extra .= $id ? " id=\"" . $arr[$i]->id . "\"" : '';
if (is_array( $selected )) {
foreach ($selected as $obj) {
$k2 = stripslashes($obj->$key);
if ($k == $k2) {
$extra .= " CHECKED";
break;
}
}
} else {
$extra .= ($k == stripslashes($selected) ? " CHECKED" : '');
}
$html .= "\n\t " . getLangDefinition($t);
}
$html .= "\n\n";
return $html;
}
function selectList( &$arr, $tag_name, $tag_attribs, $key, $text, $selected, $required=0 ) {
reset( $arr );
$html = "\n\n";
return $html;
}
function selectlistcuerdas($tag_name, $Valor) {
$html = "\n