Merge from branch 1.3
This commit is contained in:
commit
180bf90e89
@ -42,7 +42,7 @@ if(isset($opts->help))
|
||||
exit;
|
||||
}
|
||||
|
||||
$c = Zend_Registry::get('config');
|
||||
$c = new Zend_Config($application->getOptions());
|
||||
$db = Zend_Db::factory($c->profil->db->ciblage);
|
||||
|
||||
$commandesM = new Application_Model_EnrichissementIdentifiants($db);
|
||||
|
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/php
|
||||
<?php
|
||||
error_reporting(E_ALL ^ E_NOTICE ^ E_WARNING);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user