From 671778d5ffd637e8da831ea7a810d817e0b628cf Mon Sep 17 00:00:00 2001 From: james Date: Mon, 16 Oct 2006 03:35:59 +0000 Subject: [PATCH] Use the registration number in the sub-heading of the signature page so the filename's are always unique. --- register_participants_signature.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/register_participants_signature.php b/register_participants_signature.php index cfda36f..84d6543 100644 --- a/register_participants_signature.php +++ b/register_participants_signature.php @@ -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" );