Skip to content

Commit

Permalink
Tidying
Browse files Browse the repository at this point in the history
  • Loading branch information
wrongecho committed Sep 14, 2024
1 parent 5dc9f47 commit 4a6d312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion report_domains.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
LEFT JOIN vendors AS mailhost ON domains.domain_mailhost = mailhost.vendor_id
LEFT JOIN vendors AS webhost ON domains.domain_webhost = webhost.vendor_id
WHERE domain_archived_at IS NULL
AND (domain_name LIKE '%$q%' OR domain_description LIKE '%$q%' OR registrar.vendor_name LIKE '%$q%' OR dnshost.vendor_name LIKE '%$q%' OR mailhost.vendor_name LIKE '%$q%' OR webhost.vendor_name LIKE '%$q%' OR client_name LIKE '%$q%')
AND (domain_name LIKE '%$q%' OR domain_description LIKE '%$q%' OR registrar.vendor_name LIKE '%$q%' OR dnshost.vendor_name LIKE '%$q%' OR mailhost.vendor_name LIKE '%$q%' OR webhost.vendor_name LIKE '%$q%' OR client_name LIKE '%$q%')
ORDER BY $sort $order LIMIT $record_from, $record_to"
);

Expand Down

0 comments on commit 4a6d312

Please sign in to comment.