mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 01:24:17 +02:00
Typo
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1115 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -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'";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user