phpgroupware-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-tracker] [bug #5290] Edit user account: firstname, lastnam


From: nobody
Subject: [Phpgroupware-tracker] [bug #5290] Edit user account: firstname, lastname variables
Date: Mon, 15 Sep 2003 01:51:51 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3.1) Gecko/20030618 Debian/1.3.1-3

=================== BUG #5290: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=5290&group_id=509

Changes by: Dave Hall <address@hidden>
Date: Mon 09/15/03 at 15:51 (Australia/Melbourne)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
This has been corrected in CVS.



To grab a complete update of all fixes:



1)  Check to see if you have cvs installed: 'cvs --help'.

1a) If not, install a copy of cvs-cli from your favorite 

distro.



2)  Then just type:

    'cd <your phpgroupware dir>; cvs update -dP'.



You can do step 2 as many times in a day as you wish, and 

will always get the most current bug fixes.



Thanks,





=================== BUG #5290: FULL BUG SNAPSHOT ===================


Submitted by: ozcankabak              Project: phpGroupWare                 
Submitted on: Mon 09/15/03 at 08:11
Category:  API - Admin                Bug Group:  0.9.16RC1                 
Severity:  5 - Major                  Priority:  High                       
Resolution:  Fixed                    Assigned to:  None                    
Status:  Closed                       Component Version:  TGZ               
Platform Version:  Windows            Reproducibility:  Every Time          

Summary:  Edit user account: firstname, lastname variables

Original Submission:  In the "edit user account" section, whenever you choose a 
user his/her first name and last name fields are shown empty. Performing a 
little search yielded that in class.uiaccounts.inc.php file the variables 
assigned to first name and last name were not correct. I don't have the line 
numbers but when you follow and correct this, names are called from the data 
base and you can see them in their correct position. 

I put the related part here:

'account_firstname' => '<input name="account_firstname" value="' . 
$userData['firstname'] . '">',

'account_lastname' => '<input name="account_lastname" value="' . 
$userData['lastname'] . '">',  



Somewhere above when these variables are put into array (as far as I can see, 
to call from the data base) they are defined as above. Yet the original codes 
are like: $userData['account_lastname'].



I am not sure if this further causes other problems but if you change 
'account_lastname' to 'lastname' you see it there.



 

Follow-up Comments
*******************

-------------------------------------------------------
Date: Mon 09/15/03 at 15:51         By: skwashd
This has been corrected in CVS.



To grab a complete update of all fixes:



1)  Check to see if you have cvs installed: 'cvs --help'.

1a) If not, install a copy of cvs-cli from your favorite 

distro.



2)  Then just type:

    'cd <your phpgroupware dir>; cvs update -dP'.



You can do step 2 as many times in a day as you wish, and 

will always get the most current bug fixes.



Thanks,



-------------------------------------------------------
Date: Mon 09/15/03 at 08:15         By: ozcankabak
Furthermore, when you try to submit a change the problem described in Bug id 
5213 occurs.


CC list is empty


No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=5290&group_id=509

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]