Changeset:
244739bbe907
https://sourceforge.net/p/mrbs/hg-code/ci/244739bbe9071a41adcd1798e92bf224f8ec7f35
Author:
Campbell Morrison <[email protected]>
Date:
Sun Mar 05 15:19:07 2017 +0000
Log message:
Renamed variable
diffstat:
web/session/functions_session.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (14 lines):
diff -r a2bb229020c5 -r 244739bbe907 web/session/functions_session.inc
--- a/web/session/functions_session.inc Sun Mar 05 12:27:46 2017 +0000
+++ b/web/session/functions_session.inc Sun Mar 05 15:19:07 2017 +0000
@@ -61,8 +61,8 @@
// Generate the "You are xxxx" link, which gives a report on the user's
upcoming bookings.
function print_report_link($user)
{
- $search_string = "report.php?creatormatch=" . urlencode($user) .
"&phase=2";
- $html = "<a href=\"$search_string\" title=\"" . get_vocab('show_my_entries')
. "\">" .
+ $href = "report.php?creatormatch=" . urlencode($user) . "&phase=2";
+ $html = "<a href=\"$href\" title=\"" . get_vocab('show_my_entries') . "\">" .
get_vocab('you_are') . " " . htmlspecialchars($user) .
"</a>\n";
echo $html;
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits