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: Thu, 20 Mar 2003 00:08:22 -0500

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

Changes by: Dave Hall <address@hidden>
Date: Thu 03/20/03 at 16:08 (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 #1599: FULL BUG SNAPSHOT ===================


Submitted by: None                    Project: phpGroupWare                 
Submitted on: Mon 11/04/02 at 12:29
Category:  timetrack                  Bug Group:  0.9.14 release            
Severity:  5 - Major                  Priority:  Normal                     
Resolution:  Fixed                    Assigned to:  None                    
Status:  Closed                       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. ?>

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

-------------------------------------------------------
Date: Thu 03/20/03 at 16:08         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: Thu 11/28/02 at 02:41         By: None
change the only 
<?
in
<php
and it will work fine.
Ruurd.


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]