Merge remote-tracking branch 'origin/3.3' into 3.4
This commit is contained in:
commit
1c527b8db9
1
htdocs/conf/.gitignore
vendored
1
htdocs/conf/.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/conf.php
|
||||
/conf.php.old
|
||||
/conf.php.sav
|
||||
/conf.php.mysql
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
/**
|
||||
* 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 $error='';
|
||||
|
||||
@ -67,7 +67,7 @@ function pdf_getFormat($outputlangs='')
|
||||
}
|
||||
|
||||
/**
|
||||
* 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 $metric Unit of format ('mm')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user