Index: publicbookings.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/publicbookings/publicbookings.module,v
retrieving revision 1.13.2.3
diff -u -p -r1.13.2.3 publicbookings.module
--- publicbookings.module	15 May 2009 12:05:10 -0000	1.13.2.3
+++ publicbookings.module	20 May 2009 16:01:19 -0000
@@ -403,7 +403,7 @@ function publicbookings_mail($key, &$mes
     case 'request_confirm':
       $subject = t('Confirm your booking request');
       $body = t('Please visit the link below to confirm your booking request:') ."\n\n";
-      $body .= 'http://'. $_SERVER['SERVER_NAME'] . base_path() ."publicbookings/request/confirm/%passphrase\n\n";
+			$body .= 'http://' . $_SERVER['SERVER_NAME'] . base_path() . url('publicbookings/request/confirm/'.$params['passphrase'])."\n\n";
       $body .= t('Your passphrase is %passphrase.');
       $body .= t('You can use this passphrase to return to your booking request and make changes if necessary.') ."\n\n";
       break;
