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: Sun, 14 Sep 2003 18:15:17 -0400
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows 98)

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

Changes by: Ozcan Kabakcioglu <address@hidden>
Date: Sun 09/14/03 at 22:15 (GMT)

------------------ Additional Follow-up Comments ----------------------------
Furthermore, when you try to submit a change the problem described in Bug id 
5213 occurs.



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


Submitted by: ozcankabak              Project: phpGroupWare                 
Submitted on: Sun 09/14/03 at 22:11
Category:  API - Admin                Bug Group:  0.9.16RC1                 
Severity:  5 - Major                  Priority:  High                       
Resolution:  None                     Assigned to:  None                    
Status:  Open                         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: Sun 09/14/03 at 22: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]