This is the bug tracker for Photo Organizer.
FS#404 - $user_display_string undefined in subscription.add.php
Attached to Project:
Photo Organizer
Opened by Barry Rowlingson (spacedman) - Monday, 09 February 2009, 10:25 GMT
Last edited by Solomon Peachy (pizza) - Wednesday, 04 March 2009, 14:30 GMT
Opened by Barry Rowlingson (spacedman) - Monday, 09 February 2009, 10:25 GMT
Last edited by Solomon Peachy (pizza) - Wednesday, 04 March 2009, 14:30 GMT
|
DetailsWhen a logged-in user clicks on 'subscribe and become a client of this user', the returned html says:
"If you like these images you can register and see the protected images of ." - because $user_display_string is not defined in subscription.add.php this modification seems to fix it: if (!$make_client_request) { $user_display_string = disp_user_string($database, $user_id); print "<p>"; print $strings['users']['confirm_subscription'] . " $user_display_string.\n"; print "</p>"; } |
This task depends upon
Closed by Solomon Peachy (pizza)
Wednesday, 04 March 2009, 14:30 GMT
Reason for closing: Fixed
Additional comments about closing: committed, thanks!
Wednesday, 04 March 2009, 14:30 GMT
Reason for closing: Fixed
Additional comments about closing: committed, thanks!