From 8f0b7c4f096c137850f080618a33bbcb6238f443 Mon Sep 17 00:00:00 2001 From: soranzo Date: Fri, 30 Nov 2007 15:25:23 +0000 Subject: [PATCH] Correct required fields for type creation --- types.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/types.php b/types.php index f4787879..7357b256 100644 --- a/types.php +++ b/types.php @@ -3,7 +3,7 @@ /** * Manage types in a database * - * $Id: types.php,v 1.41 2007/10/03 17:32:07 ioguix Exp $ + * $Id: types.php,v 1.42 2007/11/30 15:25:23 soranzo Exp $ */ // Include application functions @@ -423,7 +423,7 @@ echo "{$lang['strname']}\n"; echo "_maxNameLen}\" value=\"", htmlspecialchars($_POST['typname']), "\" />\n"; - echo "{$lang['strinputfn']}\n"; + echo "{$lang['strinputfn']}\n"; echo "\n"; - echo "{$lang['stroutputfn']}\n"; + echo "{$lang['stroutputfn']}\n"; echo "\n"; - echo "{$lang['strlength']}\n"; + echo "major_version, '7.4', '<') ? ' required' : '') . "\">{$lang['strlength']}\n"; echo ""; echo "{$lang['strdefault']}\n"; -- 2.39.5