Revision: 1164
          http://mrbs.svn.sourceforge.net/mrbs/?rev=1164&view=rev
Author:   cimorrison
Date:     2009-07-21 15:02:24 +0000 (Tue, 21 Jul 2009)

Log Message:
-----------
Removed redundant declarations of $auth

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:48:01 UTC (rev 1163)
+++ mrbs/trunk/web/session_cookie.inc   2009-07-21 15:02:24 UTC (rev 1164)
@@ -250,8 +250,7 @@
 // Print the logon entry on the top banner.
 function PrintLogonBox()
 {
-  global $PHP_SELF, $QUERY_STRING, $user_list_link, $day, $month;
-  global $year, $auth;
+  global $PHP_SELF, $QUERY_STRING, $user_list_link, $day, $month, $year;
   
   $TargetURL = basename($PHP_SELF);
   if (isset($url_base) && ($url_base != ""))

Modified: mrbs/trunk/web/session_php.inc
===================================================================
--- mrbs/trunk/web/session_php.inc      2009-07-21 14:48:01 UTC (rev 1163)
+++ mrbs/trunk/web/session_php.inc      2009-07-21 15:02:24 UTC (rev 1164)
@@ -213,8 +213,7 @@
 // Print the logon entry on the top banner.
 function PrintLogonBox()
 {
-  global $PHP_SELF, $QUERY_STRING, $user_list_link, $day, $month;
-  global $year, $auth;
+  global $PHP_SELF, $QUERY_STRING, $user_list_link, $day, $month, $year;
 
   $TargetURL = basename($PHP_SELF);
   if (isset($url_base) && ($url_base != ""))


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