git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1115 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana 2009-09-19 19:37:39 +00:00
parent d144e9c30a
commit c0c7ab3c06

View file

@ -136,7 +136,7 @@ function type_class($type) {
'binary' => 'blob',
'enum' => 'set',
) as $key => $val) {
if (ereg("$key|$val", $type) {
if (ereg("$key|$val", $type)) {
return " class='$key'";
}
}