modifica regole verso esterno, fix

This commit is contained in:
cmaffio
2016-06-28 15:24:34 +02:00
parent 5eae0849be
commit e130116fa8

View File

@@ -99,7 +99,6 @@ $tabella = new html (0,"90%",array(3,3,2,15,2,15,2,15,2,5,0));
<select name="id_macchine"> <select name="id_macchine">
<option value="" selected="selected">---</option> <option value="" selected="selected">---</option>
<?php while ($dato = mysql_fetch_array ( $res_macchine )) { ?> <?php while ($dato = mysql_fetch_array ( $res_macchine )) { ?>
<option value="<?php print $dato['id'] ?>"><?php print $dato['ip']; if ($dato['nome'] != "") print " (".$dato['nome'].")" ?></option>
<option value="<?php print $dato['id'] ?>"><?php if ($dato['nome'] != "") { <option value="<?php print $dato['id'] ?>"><?php if ($dato['nome'] != "") {
print $dato['nome']." (".$dato['ip'].")"; print $dato['nome']." (".$dato['ip'].")";
} else{ } else{