Photo Organizer

This is the bug tracker for Photo Organizer.
Tasklist

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
Task Type Bug Report
Category User Interface
Status Closed
Assigned To No-one
Operating System All
Severity Medium
Priority Normal
Reported Version 2.36
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

When 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!

Loading...