Formattage
This commit is contained in:
parent
d1f342dd3d
commit
16a517780c
@ -84,7 +84,6 @@ class IndexController extends Zend_Controller_Action
|
||||
foreach ($values['in'] as $value) {
|
||||
$inLabels[$value] = $fields->labelValueDetail($key, $value);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
$exLabels = array();
|
||||
@ -92,7 +91,6 @@ class IndexController extends Zend_Controller_Action
|
||||
foreach ($values['ex'] as $value) {
|
||||
$exLabels[$value] = $fields->labelValueDetail($key, $value);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Zend_Registry::get('firebug')->info('LABEL');
|
||||
|
Loading…
Reference in New Issue
Block a user