Suppression du print_r
This commit is contained in:
parent
361e5f918e
commit
ec88a723f9
@ -1314,7 +1314,6 @@ class PiecesController extends Zend_Controller_Action
|
||||
foreach (glob("$path/ST-$siren-*.pdf") as $filename) {
|
||||
echo $filename;
|
||||
preg_match('/ST-(.*)-(.*).pdf/', $filename, $matches);
|
||||
print_r($matches);
|
||||
$date = $matches[2];
|
||||
if ( $user->checkPerm('actes') ) {
|
||||
$href = $this->view->url(array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user