phpgroupware-tracker
[Top][All Lists]
Advanced

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

[Phpgroupware-tracker] [Bug #2418] Timetrack dont work


From: nobody
Subject: [Phpgroupware-tracker] [Bug #2418] Timetrack dont work
Date: Tue, 28 Jan 2003 15:47:26 -0500

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

Submitted by: reiner_j                Project: phpGroupWare                 
Submitted on: 2003-Jan-28 20:47
Category:  timetrack                  Bug Group:  0.9.14.001 release        
Severity:  5 - Major                  Priority:  High                       
Resolution:  None                     Assigned to:  None                    
Status:  Open                         Component Version:  CVS               
Platform Version:  Linux - RedHat     Reproducibility:  None                

Summary:  Timetrack dont work 

Original Submission:  RedHat 8, Apache 2

when open timetrack, show the follow error message.

 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=2418&group_id=509




reply via email to

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