Correct typo

This commit is contained in:
Michael RICOIS 2012-07-30 09:03:48 +00:00
parent 8e04267928
commit e249753b24

View File

@ -119,7 +119,7 @@ class FieldsController extends Zend_Controller_Action
$result = $table->fetchAll($sql);
foreach ($result as $item) {
$output[] = array(
'label' => $item->libdep . ' (Dépatement)',
'label' => $item->libdep . ' (Département)',
'value' => 'D'.$item->numdep
);
}