This commit is contained in:
Sebastian Mendel
2007-10-17 14:14:59 +00:00
parent 3a81ff4b37
commit 4f685307b4
2 changed files with 2 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ foreach ($types['mimetype'] as $key => $mimetype) {
<?php
$odd_row = true;
foreach ($types['transformation'] as $key => $transform) {
$func = strtolower(preg_replace('@(\.inc\.php3?)$@i', '', $types['transformation_file'][$key]));
$func = strtolower(str_ireplace('.inc.php', '', $types['transformation_file'][$key]));
$desc = 'strTransformation_' . $func;
?>
<tr class="<?php echo $odd_row ? 'odd' : 'even'; ?>">