[prev in list] [next in list] [prev in thread] [next in thread] 

List:       freetrade-cvs
Subject:    CVS update: freetrade/modules/actions GENERATE_SID
From:       FreeTrade CVS Development <jon () clearink ! com>
Date:       2001-02-12 19:47:37
[Download RAW message or body]

  User: leon    
  Date: 01/02/12 11:47:37

  Modified:    modules/actions GENERATE_SID
  Log:
  Fixing reference to user name
  
  Revision  Changes    Path
  1.15      +10 -3     freetrade/modules/actions/GENERATE_SID
  
  Index: GENERATE_SID
  ===================================================================
  RCS file: /products/cvs/freetrade/freetrade/modules/actions/GENERATE_SID,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- GENERATE_SID	1999/12/09 23:23:21	1.14
  +++ GENERATE_SID	2001/02/12 19:47:37	1.15
  @@ -2,14 +2,17 @@
   	/*
   	** File: GENERATE_SID
   	** Description: create an sid and create row in session table
  -	** Version: $Revision: 1.14 $
  +	** Version: $Revision: 1.15 $
   	** Created: 03/15/99
   	** Author: Leon Atkinson
   	** Email: leon@clearink.com
   	** CVS Author: $Author: leon $
  -	** Last Revised: $Date: 1999/12/09 23:23:21 $
  +	** Last Revised: $Date: 2001/02/12 19:47:37 $
   	**
   	** Log : $Log: GENERATE_SID,v $
  +	** Log : Revision 1.15  2001/02/12 19:47:37  leon
  +	** Log : Fixing reference to user name
  +	** Log :
   	** Log : Revision 1.14  1999/12/09 23:23:21  leon
   	** Log : Changed ActionResults use so that it's an array instead of a
   	** Log : continually-growing string.  Note the little function in standard_library
  @@ -119,7 +122,9 @@
   		{
   			//get user info
   			$UserInfo = GetUserInfo($tUserID);
  -			$ActionResults[] = "Welcome back, " . $UserInfo["FirstName"] . " " . $UserInfo["LastName"] . "!";
  +			$ActionResults[] = "Welcome back, " . 
  +				$UserInfo["Address"]["Name_First"]  . " " . 
  +				$UserInfo["Address"]["Name_Last"]  . "!";
   		
   			//refresh cookies
   			setcookie("cookie_al", $cookie_al, time()+AUTOLOGIN_LIFETIME);
  
  
  

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic