mirror of
https://github.com/itflow-org/itflow
synced 2026-08-10 09:37:15 +00:00
More Select * Queries convert
This commit is contained in:
@@ -292,7 +292,7 @@ if (isset($_POST['export_software'])) {
|
||||
|
||||
$sql = mysqli_query(
|
||||
$mysqli,
|
||||
"SELECT * FROM software
|
||||
"SELECT software_id FROM software
|
||||
LEFT JOIN clients ON client_id = software_client_id
|
||||
LEFT JOIN vendors ON vendor_id = software_vendor_id
|
||||
WHERE (software_name LIKE '%$q%' OR software_type LIKE '%$q%' OR software_key LIKE '%$q%' OR client_name LIKE '%$q%')
|
||||
|
||||
Reference in New Issue
Block a user