phpgroupware-tracker
[Top][All Lists]
Advanced

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

[Phpgroupware-tracker] [Bug #819] Error en todo module.


From: nobody
Subject: [Phpgroupware-tracker] [Bug #819] Error en todo module.
Date: Sun, 07 Jul 2002 20:09:20 -0400

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

Changes by: Mark A Peters <address@hidden>
Date: 2002-Jul-07 19:08 (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 #819: FULL BUG SNAPSHOT ===================


Submitted by: Kalavera                  Project: phpGroupWare                   
Submitted on: 2002-Jul-06 05:00
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:  Error en todo module.

Original Submission:  When i try to run todo, i see these error :

Parse error: parse error, unexpected T_STRING, expecting ']' in 
/var/www/html/phpgroupware/todo/inc/class.ui.inc.php on line 486
 
Fatal error: Cannot instantiate non-existent class: ui in 
/var/www/html/phpgroupware/phpgwapi/inc/functions.inc.php(279) : eval()'d code 
on line 1

i go to : 
/var/www/html/phpgroupware/todo/inc/class.ui.inc.php

and i see in the line 486 these : 

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

when i modify the line like these : 

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

The module work ok.

Thanks for all, 

Regards, 

Miguel de la Borda 
  Lima - Peru 

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

-------------------------------------------------------
Date: 2002-Jul-07 19:08             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=819&group_id=509



reply via email to

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