phpgroupware-tracker
[Top][All Lists]
Advanced

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

[Phpgroupware-tracker] [Bug #1599] select timesheet bring fault


From: nobody
Subject: [Phpgroupware-tracker] [Bug #1599] select timesheet bring fault
Date: Sun, 03 Nov 2002 20:29:47 -0500

=================== BUG #1599: FULL BUG SNAPSHOT ===================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=1599&group_id=509

Submitted by: None                      Project: phpGroupWare                   
Submitted on: 2002-Nov-03 20:29
Category:  timetrack                    Bug Group:  0.9.14 release              
Severity:  5 - Major                    Priority:  Normal                       
Resolution:  None                       Assigned to:  None                      
Status:  Open                           Component Version:  TGZ                 
Platform Version:  Linux - RedHat       Reproducibility:  Every Time            

Summary:  select timesheet bring fault

Original Submission:  after seelct the timesheet button I see the follow error

Employee In/Out Board*
db->query("select inorout from phpgw_ttrack_emplyprof" . " where id= " . $uid); 
$GLOBALS['phpgw']->db->next_record(); $status = 
$GLOBALS['phpgw']->db->f("inorout"); $prefix = lang("you are currently 
checked"); switch ($status) { case "I": $stat_word = lang("In"); $action = 
lang("Check Out"); $suffix = lang("when you leave work"); $togval = "O"; break; 
default: $stat_word = lang("Out"); $action = lang("Check In"); $suffix = 
lang("while you are at work"); $togval = "I"; break; } // This part will 
display basically a form with only a submit // button with the appropriate text 
to set in or out status. ?>



No Followups Have Been Posted


CC list is empty


No files currently attached


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




reply via email to

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