From c361d7a461fddfba127f4876025600d03e1da87d Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Wed, 1 Jul 2009 01:24:52 +0000 Subject: [PATCH] Todo git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@772 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 88d91c12..02b6dfa4 100644 --- a/adminer/include/editing.inc.php +++ b/adminer/include/editing.inc.php @@ -23,7 +23,7 @@ function input($name, $field, $value) { $options = array(""); if (!isset($_GET["default"])) { if (preg_match('~char|date|time~', $field["type"])) { - $options = (preg_match('~char~', $field["type"]) ? array("", "md5", "sha1", "password", "uuid") : array("", "now")); + $options = (preg_match('~char~', $field["type"]) ? array("", "md5", "sha1", "password", "uuid") : array("", "now")); //! JavaScript for disabling maxlength } if (!isset($_GET["call"]) && (isset($_GET["select"]) || where($_GET))) { // relative functions