Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1020 → Rev 1021

/trunk/modules/pdf_export/PdfExport.php
191,7 → 191,7
$debug = array();
exec($commande, $debug, $ret);
//print_r( $debug ); echo $ret;
return ( $ret == 0 );
return ( $ret == 0 || $ret == 2 );
}
}
?>