From 6772fcc19fcf76720d4309b49504f01c08953f13 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Thu, 10 Jun 2021 16:53:29 -0500 Subject: Add version to requried attributes. --- A8_srv_build/add.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'A8_srv_build/add.php') diff --git a/A8_srv_build/add.php b/A8_srv_build/add.php index 4db02ac..17da21a 100644 --- a/A8_srv_build/add.php +++ b/A8_srv_build/add.php @@ -92,7 +92,8 @@ if(isset($_POST['submit'])) } else { echo '
';
-		echo 'Need at least the following attributes: Sequence, Name';
+		echo 'Need at least the following attributes: Sequence, Name, ';
+		echo 'Version.';
 		echo '
'; } } -- cgit v1.2.3-54-g00ecf