This commit is contained in:
Laurent Destailleur 2010-11-09 13:43:55 +00:00
parent d7c289ed4a
commit 680b700d1b
2 changed files with 2 additions and 3 deletions

View File

@ -469,7 +469,7 @@ clearstatcache();
$handle=opendir($dir); $handle=opendir($dir);
$var=true; $var=true;
while (($file = readdir($handle))!==false) while (($file = readdir($handle)) !== false)
{ {
if (preg_match('/\.modules\.php$/i',$file) && substr($file,0,4) == 'pdf_') if (preg_match('/\.modules\.php$/i',$file) && substr($file,0,4) == 'pdf_')
{ {

View File

@ -22,8 +22,7 @@ include_once(DOL_DOCUMENT_ROOT.'/lib/price.lib.php');
/** /**
* Enter description here... * Class ot manage invoices for pos module (cashdesk)
*
*/ */
class Facturation { class Facturation {