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: Fri, 14 Jun 2002 13:56:26 -0400

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

Submitted by: None                      Project: phpGroupWare                   
Submitted on: 2002-Jun-14 13:56
Category:  todo                         Bug Group:  0.9.14 RC3                  
Severity:  5 - Major                    Priority:  Immediate                    
Resolution:  None                       Assigned to:  None                      
Status:  Open                           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']));



No Followups Have Been Posted




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]