phpgroupware-developers
[Top][All Lists]
Advanced

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

[Phpgroupware-developers] Timetrack Problem, Help for this ?


From: Reiner Jung
Subject: [Phpgroupware-developers] Timetrack Problem, Help for this ?
Date: 21 Nov 2002 11:10:21 +0100

Hello,

I run two servers, one with Debian and one with RH 8.
All updated via CVS today.

On the RH Machine, when I select the Timesheet start page I receive the
follow error. 

 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. ?>

Thank you





reply via email to

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