BUG 6419 removing print_r
This commit is contained in:
@@ -313,8 +313,6 @@ class Form extends XmlForm
|
||||
// the variable fieldIsSet checks if a dropdown label has been saved so the values cannot be rewritted again.
|
||||
$fieldIsSet = false;
|
||||
foreach($item as $kk => $vv){
|
||||
G::pr($item);die;
|
||||
//print_r($this->fields[$k]->fields[$kk]->type);print'<hr>'; die;
|
||||
//we need to know which fields are dropdowns
|
||||
if($this->fields[$k]->fields[$kk]->type == 'dropdown'){
|
||||
if(($this->fields[$k]->fields[$kk]->saveLabel)==1){
|
||||
|
||||
Reference in New Issue
Block a user