forked from science-ation/science-ation
Use the registration number in the sub-heading of the signature page so the filename's are always unique.
This commit is contained in:
parent
5c9920cfab
commit
671778d5ff
@ -58,7 +58,7 @@ echo mysql_error();
|
||||
//END OF AUTH, now lets try to generate a PDF using only PHP :) this should be fun!
|
||||
|
||||
$pdf=new lpdf( i18n($config['fairname']),
|
||||
i18n("Participant Signature Page"),
|
||||
i18n("Participant Signature Page (".$_SESSION['registration_number'].")"),
|
||||
$_SERVER['DOCUMENT_ROOT'].$config['SFIABDIRECTORY']."/data/logo-200.gif"
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user