Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
f
  • Loading branch information
MFox committed Apr 25, 2017
1 parent bfff3c5 commit e65aaad
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Wello/www/addwell.php
Expand Up @@ -50,9 +50,13 @@ if($_SERVER['REQUEST_METHOD']=='POST') {


$Insert_Query = "INSERT INTO well_pending (
Registration_Number)
Registration_Number,
State_Well_No,
Other_No)
VALUES (
'$RegistrantNumber')";
'$RegistrantNumber',
'$StateWellNumber',
'$OtherNumber')";


$form_update = "UPDATE well_completion_report
Expand Down

0 comments on commit e65aaad

Please sign in to comment.