bugphpGroupWare - Bugs: bug #629, class.ui.inc.php : parse error at...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #629: class.ui.inc.php : parse error at line 486

Submitted by:  None
Submitted on:  Fri 14 Jun 2002 05:56:26 PM UTC  
 
Item Group: 0.9.14 RC3Category: todo
Severity: 3 - NormalPriority: 5 - Normal
Status: FixedPrivacy: Public
Assigned to: Mark A Peters <skeeter>Open/Closed: Closed
Component Version: NoneOperating System: MS Windows
Reproducibility: Every TimePlanned Release: None
Fixed Release: 

Tue 25 Jun 2002 01:23:37 AM UTC, comment #1:

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,

Mark A Peters <skeeter>
Project AdministratorIn charge of this item.
Fri 14 Jun 2002 05:56:26 PM UTC, 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']));

Anonymous

 

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

Do you think this task is very important?
If so, you can click here to add your encouragement to it.
This task has 0 encouragements so far.

Only logged-in users can vote.

 

Please enter the title of George Orwell's famous dystopian book (it's a date):

 

 

Follow 4 latest changes.

Date Changed By Updated Field Previous Value => Replaced By
Tue 25 Jun 2002 01:23:37 AM UTCskeeterStatusNone=>(Error - Not Found)
  Assigned toNone=>NA
  Open/ClosedOpen=>(Error - Not Found)
  Closed on-=>-

Back to the top


Powered by Savane 3.1-cleanup1