Fixing style errors.

This commit is contained in:
stickler-ci 2021-08-25 15:24:03 +00:00
parent 5bf8685f72
commit 3a7d062d7d
2 changed files with 7 additions and 8 deletions

View File

@ -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++;
} }