FIX infinite loop

This commit is contained in:
phf 2016-02-03 22:54:48 +01:00
parent 47e2e33fb7
commit 0c05342934

View File

@ -83,6 +83,7 @@ class FormPropal
{
$obj = $this->db->fetch_object($resql);
$listofstatus[$obj->id]=array('id'=>$obj->id,'code'=>$obj->code,'label'=>$obj->label);
$i++;
}
}
}