Photo Organizer

  • Status Closed
  • Percent Complete
    100%
  • Task Type Bug Report
  • Category User Interface
  • Assigned To No-one
  • Operating System All
  • Severity Medium
  • Priority Very Low
  • Reported Version 2.36
  • Due in Version Undecided
  • Due Date Undecided
  • Votes
  • Private
Attached to Project: Photo Organizer
Opened by spacedman - 2009-02-09
Last edited by pizza - 2009-03-04

FS#404 - $user_display_string undefined in subscription.add.php

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>";
}

Closed by  pizza
2009-03-04 14:30
Reason for closing:  Fixed
Additional comments about closing:  committed, thanks!

Loading...

Available keyboard shortcuts

Tasklist

Task Details

Task Editing