mirror of https://github.com/itflow-org/itflow
parent
54911769c6
commit
6673f27cec
|
|
@ -21,7 +21,7 @@
|
|||
<option value="">- Select Template -</option>
|
||||
<?php
|
||||
$sql_software_templates = mysqli_query($mysqli, "SELECT * FROM software WHERE software_template = 1 AND software_archived_at IS NULL ORDER BY software_name ASC");
|
||||
while($row = mysqli_fetch_array($sql_software_templates)){
|
||||
while ($row = mysqli_fetch_array($sql_software_templates)) {
|
||||
$software_template_id = intval($row['software_id']);
|
||||
$software_template_name = nullable_htmlentities($row['software_name']);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue