mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Tidy codestyle - spaces between parenthesis and curly braces
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
<?php
|
||||
|
||||
$sql_companies_select = mysqli_query($mysqli,"SELECT * FROM companies ORDER BY company_name ASC");
|
||||
while($row = mysqli_fetch_array($sql_companies_select)){
|
||||
while ($row = mysqli_fetch_array($sql_companies_select)) {
|
||||
$company_id = $row['company_id'];
|
||||
$company_name = htmlentities($row['company_name']);
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user