Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge remote-tracking branch 'origin/master'
# Conflicts:
#	Wello/www/form.php
  • Loading branch information
MFox committed Apr 23, 2017
2 parents 41d973f + b71cc80 commit 5e94c4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Wello/www/form.php
Expand Up @@ -336,6 +336,7 @@ if ($result = $mysqli->query($query)) {

<li>
<label for="use">Use</label>

<?php
$ProposedArray = array('DOMESTIC','BUSINESS ESTABLISHMENT','FARM','TEST WELL','PUBLIC SUPPLY','INDUSTRIAL','AIR CONDITIONING','OTHER');
echo'<select name="use">';
Expand All @@ -354,6 +355,7 @@ if ($result = $mysqli->query($query)) {

<li>
<label for="drilling-equipment">Drilling equipment</label>

<?php
$DrillingEquipArray = array('ROTARY','COMPRESSED AIR PERCUSSION','CABLE PERCUSSION','OTHER');
echo'<select name="drilling-equipment">';
Expand Down

0 comments on commit 5e94c4a

Please sign in to comment.