From c0c7ab3c060608565dd9b3b151d5fe2676d87cc3 Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Sat, 19 Sep 2009 19:37:39 +0000 Subject: [PATCH] Typo git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1115 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- adminer/include/editing.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'"; } }