Revision: 1163
          http://mrbs.svn.sourceforge.net/mrbs/?rev=1163&view=rev
Author:   cimorrison
Date:     2009-07-21 14:48:01 +0000 (Tue, 21 Jul 2009)

Log Message:
-----------
Removed references to redundant variable $user_link

Modified Paths:
--------------
    mrbs/trunk/web/session_cookie.inc
    mrbs/trunk/web/session_php.inc

Modified: mrbs/trunk/web/session_cookie.inc
===================================================================
--- mrbs/trunk/web/session_cookie.inc   2009-07-21 14:43:41 UTC (rev 1162)
+++ mrbs/trunk/web/session_cookie.inc   2009-07-21 14:48:01 UTC (rev 1163)
@@ -250,7 +250,7 @@
 // Print the logon entry on the top banner.
 function PrintLogonBox()
 {
-  global $PHP_SELF, $QUERY_STRING, $user_list_link, $user_link, $day, $month;
+  global $PHP_SELF, $QUERY_STRING, $user_list_link, $day, $month;
   global $year, $auth;
   
   $TargetURL = basename($PHP_SELF);

Modified: mrbs/trunk/web/session_php.inc
===================================================================
--- mrbs/trunk/web/session_php.inc      2009-07-21 14:43:41 UTC (rev 1162)
+++ mrbs/trunk/web/session_php.inc      2009-07-21 14:48:01 UTC (rev 1163)
@@ -213,7 +213,7 @@
 // Print the logon entry on the top banner.
 function PrintLogonBox()
 {
-  global $PHP_SELF, $QUERY_STRING, $user_list_link, $user_link, $day, $month;
+  global $PHP_SELF, $QUERY_STRING, $user_list_link, $day, $month;
   global $year, $auth;
 
   $TargetURL = basename($PHP_SELF);


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to