diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-06-10 16:53:29 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-06-10 16:53:29 -0500 |
commit | 6772fcc19fcf76720d4309b49504f01c08953f13 (patch) | |
tree | 59e44f563437f9cfb4ac553a2b70020d42a58990 /A8_srv_build/add.php | |
parent | fa0ee0ce9d6b57a8c7c637c8b19ff582f5e85d34 (diff) |
Add version to requried attributes.
Diffstat (limited to 'A8_srv_build/add.php')
-rw-r--r-- | A8_srv_build/add.php | 3 |
1 files changed, 2 insertions, 1 deletions
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 '<pre style="color:Red">'; - echo 'Need at least the following attributes: Sequence, Name'; + echo 'Need at least the following attributes: Sequence, Name, '; + echo 'Version.'; echo '</pre>'; } } |