fix some trad
This commit is contained in:
parent
34987d3e8b
commit
49e38e1263
@ -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='';
|
||||||
|
|||||||
@ -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')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user