From: jakubvrana Date: Sat, 19 Sep 2009 19:37:39 +0000 (+0000) Subject: Typo X-Git-Tag: v3.0.0~419 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=c0c7ab3c060608565dd9b3b151d5fe2676d87cc3;p=adminer.git Typo git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1115 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- 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'"; } }