]> git.joonet.de Git - adminer.git/commitdiff
Typo
authorjakubvrana <jakubvrana@7c3ca157-0c34-0410-bff1-cbf682f78f5c>
Sat, 19 Sep 2009 19:37:39 +0000 (19:37 +0000)
committerjakubvrana <jakubvrana@7c3ca157-0c34-0410-bff1-cbf682f78f5c>
Sat, 19 Sep 2009 19:37:39 +0000 (19:37 +0000)
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1115 7c3ca157-0c34-0410-bff1-cbf682f78f5c

adminer/include/editing.inc.php

index 8d21b3734726f70a1ee47eef76a6ae846ac0a8e0..60e2e6078323832370461f2f6e945b630f3df494 100644 (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'";
                }
        }