Nettoyage du code
This commit is contained in:
parent
7fe3b2d70e
commit
4e0197479f
@ -72,14 +72,9 @@ if ($result)
|
||||
$obj = $db->fetch_object( $i);
|
||||
|
||||
print '<tr class="pair"><td>'.$obj->name.'</td><td>' . $pos[$obj->position] . '</td><td>';
|
||||
|
||||
|
||||
print '<a href="'.$PHP_SELF.'?rowid='.$obj->rowid.'&action=delete">Supprimer</a>';
|
||||
|
||||
array_push($boxes, $obj->box_id);
|
||||
|
||||
print '</td></tr>';
|
||||
|
||||
$i++;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user