mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
Bugtracker #4094 - missing global
This commit is contained in:
@@ -228,8 +228,9 @@ class e107PDF extends UFPDF{
|
||||
return $tbl_couleur;
|
||||
}
|
||||
|
||||
function WriteHTML($html,$scale){
|
||||
global $tp;
|
||||
function WriteHTML($html,$scale)
|
||||
{
|
||||
global $tp, $pdfpref;
|
||||
global $admin_log;
|
||||
|
||||
$search = array("\n", "<br />", "<hr />", '»', 'º', '·', '™', '©', '€', '[', '&#091;', ' ', '‘', '’', ' />', '(', ')', '{', '}', '[', ']', '\', '\');
|
||||
|
Reference in New Issue
Block a user