Use the registration number in the sub-heading of the signature page so the filename's are always unique.

This commit is contained in:
james 2006-10-16 03:35:59 +00:00
parent 5c9920cfab
commit 671778d5ff

View File

@ -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"
);