Formattage

This commit is contained in:
Michael RICOIS 2015-01-22 16:40:18 +00:00
parent d1f342dd3d
commit 16a517780c

View File

@ -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');