Fixing style errors.
This commit is contained in:
parent
5bf8685f72
commit
3a7d062d7d
@ -18,7 +18,6 @@ switch ($action){
|
|||||||
$options = array();
|
$options = array();
|
||||||
$cpt=0;
|
$cpt=0;
|
||||||
while ($obj = $db->fetch_object($resql)) {
|
while ($obj = $db->fetch_object($resql)) {
|
||||||
|
|
||||||
$options[$obj->rowid] = $obj->ref.' - '.$obj->label;
|
$options[$obj->rowid] = $obj->ref.' - '.$obj->label;
|
||||||
$cpt++;
|
$cpt++;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user