phpgroupware-tracker
[Top][All Lists]
Advanced

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

[Phpgroupware-tracker] [Bug #133] To do parser error


From: noreply
Subject: [Phpgroupware-tracker] [Bug #133] To do parser error
Date: Fri, 26 Apr 2002 22:00:24 -0400

=================== Bug #133: Latest Modifications ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=133&group_id=509

Changes by: Mark A Peters <address@hidden>
Date: 2002-Apr-26 21:00 (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 #133: Full Bug Snapshot ===================


Submitted by: None                      Project: phpGroupWare                   
Submitted on: 2002-Apr-26 08:20
Category:  todo                         Bug Group:  0.9.14 RC3                  
Severity:  5 - Major                    Priority:  Normal                       
Resolution:  Fixed                      Assigned to:  skeeter                   
Status:  Closed                         Platform Version:  Linux - RedHat       
Reproducibility:  Every Time            

Summary:  To do parser error

Original Submission:  To do simply doesn't work :( Clicking in the To do button 
forcing an error info:

Parse error: parse error, expecting `']'' in 
/www/group.pik.local/html/todo/inc/class.ui.inc.php on line 486

Fatal error: Cannot instantiate non-existent class: ui in 
/www/group.pik.local/html/phpgwapi/inc/functions.inc.php(278) : eval()'d code 
on line 1


There is a mistake in line 486 in affected file - there is

if ($values['edate'] && $values[''edate] != 0)

and should be:

if ($values['edate'] && $values['edate'] != 0)

After correcting this line everything is OK.

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

-------------------------------------------------------
Date: 2002-Apr-26 21:00             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,



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



reply via email to

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