diff --git a/adminer/include/editing.inc.php b/adminer/include/editing.inc.php index 8d21b373..60e2e607 100644 --- a/adminer/include/editing.inc.php +++ b/adminer/include/editing.inc.php @@ -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'"; } }