fix some trad

This commit is contained in:
Grand Philippe 2013-08-16 10:16:06 +02:00
parent 34987d3e8b
commit 49e38e1263
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
/** /**
* Parent class of boxes * Parent class of boxes
*/ */
class ModeleBoxes // Can't be abtract as it is instanciated to build "empty" boxes class ModeleBoxes // Can't be abtract as it is instantiated to build "empty" boxes
{ {
var $db; var $db;
var $error=''; var $error='';

View File

@ -66,7 +66,7 @@ function pdf_getFormat()
} }
/** /**
* Return a PDF instance object. We create a FPDI instance that instanciate TCPDF. * Return a PDF instance object. We create a FPDI instance that instantiate TCPDF.
* *
* @param string $format Array(width,height). Keep empty to use default setup. * @param string $format Array(width,height). Keep empty to use default setup.
* @param string $metric Unit of format ('mm') * @param string $metric Unit of format ('mm')