phpgroupware-tracker
[Top][All Lists]
Advanced

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

[Phpgroupware-tracker] [Bug #629] class.ui.inc.php : parse error at line


From: nobody
Subject: [Phpgroupware-tracker] [Bug #629] class.ui.inc.php : parse error at line 486
Date: Mon, 24 Jun 2002 21:23:37 -0400

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

Changes by: Mark A Peters <address@hidden>
Date: 2002-Jun-24 20:23 (CST6CDT)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
         Assigned to | None                      | skeeter
              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 #629: FULL BUG SNAPSHOT ===================


Submitted by: None                      Project: phpGroupWare                   
Submitted on: 2002-Jun-14 12:56
Category:  todo                         Bug Group:  0.9.14 RC3                  
Severity:  5 - Major                    Priority:  Immediate                    
Resolution:  Fixed                      Assigned to:  skeeter                   
Status:  Closed                         Platform Version:  Windows              
Reproducibility:  Every Time            

Summary:  class.ui.inc.php : parse error at line 486

Original Submission:  There is a parse error on line 486 on class.ui.inc.php.

Here I provide the corrected line.

*** class.ui.inc.php    Sat Jun 15 00:26:58 2002
--- d:\Backup\class.ui.inc.php.bak      Sun Apr 14 10:35:34 2002
***************
*** 483,489 ****
                        $sdate = $values['sdate'] - 
$this->bo->datetime->tz_offset;
                        
$this->t->set_var('value_start_date',$GLOBALS['phpgw']->common->show_date($sdate,$GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat']));
  
!                       if ($values['edate'] && $values['edate'] != 0)
                        {
                                $edate = $values['edate'] - 
$this->bo->datetime->tz_offset;
                                
$this->t->set_var('value_end_date',$GLOBALS['phpgw']->common->show_date($edate,$GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat']));
--- 483,489 ----
                        $sdate = $values['sdate'] - 
$this->bo->datetime->tz_offset;
                        
$this->t->set_var('value_start_date',$GLOBALS['phpgw']->common->show_date($sdate,$GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat']));
  
!                       if ($values['edate'] && $values[''edate] != 0)
                        {
                                $edate = $values['edate'] - 
$this->bo->datetime->tz_offset;
                                
$this->t->set_var('value_end_date',$GLOBALS['phpgw']->common->show_date($edate,$GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat']));

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

-------------------------------------------------------
Date: 2002-Jun-24 20:23             By: skeeter
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,





No files currently attached


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



reply via email to

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