Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
AlisamTechnology authored Jan 14, 2019
1 parent 3b25352 commit 6bc4551
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/search/print.pl
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ sub getValidationParts {
sub checkValidation {
my ($URL1, $status, $html, $response, $result)=@_;
my $cV="";
if ($result) { $cV="1"; }
if (defined $Hstatus) { if ($status eq $Hstatus) { $cV="1"; } }
if (defined $validText) {
my $validation_number = getValidationParts($html, \@validTexts, "1");
Expand Down

0 comments on commit 6bc4551

Please sign in to comment.