fix deprecated
This commit is contained in:
parent
6e7f250dfe
commit
8a917b22e2
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ $SecUser=new cl_user($rep,$_GET['user_id']);
|
|||
//-----------------------------------------------------
|
||||
// Print result
|
||||
|
||||
$pdf=& new Cezpdf("A4");
|
||||
$pdf=new Cezpdf("A4");
|
||||
$pdf->selectFont('./addon/fonts/Helvetica.afm');
|
||||
$str_user=sprintf("( %d ) %s %s [ %s ]",
|
||||
$SecUser->id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue