unused variable

This commit is contained in:
Marc Delisle
2010-09-04 07:08:26 -04:00
parent 98a5ba7317
commit 502a6f4046

View File

@@ -413,7 +413,6 @@ function PMA_getCollationDescr($collation) {
} }
} }
$collation_cache[$collation] = $descr;
return $descr; return $descr;
} }
?> ?>