From 5293bfecd822c8491305eed20458165d55e44f0e Mon Sep 17 00:00:00 2001 From: jim-p Date: Wed, 20 Oct 2010 15:38:43 -0400 Subject: Fix some forgotten name->descr changes. --- usr/local/www/system_crlmanager.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr/local/www/system_crlmanager.php') diff --git a/usr/local/www/system_crlmanager.php b/usr/local/www/system_crlmanager.php index e381849..780a35c 100644 --- a/usr/local/www/system_crlmanager.php +++ b/usr/local/www/system_crlmanager.php @@ -117,14 +117,14 @@ if ($_POST) { /* input validation */ if ($pconfig['method'] == "existing") { - $reqdfields = explode(" ", "name crltext"); + $reqdfields = explode(" ", "descr crltext"); $reqdfieldsn = array( gettext("Descriptive name"), gettext("Certificate Revocation List data")); } if ($pconfig['method'] == "internal") { $reqdfields = explode(" ", - "name caref"); + "descr caref"); $reqdfieldsn = array( gettext("Descriptive name"), gettext("Certificate Authority")); -- cgit v1.1