phpgroupware-tracker
[Top][All Lists]
Advanced

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

[Phpgroupware-tracker] [Bug #146] The todo app was not working


From: nobody
Subject: [Phpgroupware-tracker] [Bug #146] The todo app was not working
Date: Wed, 01 May 2002 08:26:35 -0400

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

Changes by: Mark A Peters <address@hidden>
Date: 2002-May-01 07:26 (CST6CDT)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
         Assigned to | None                      | skeeter


------------------ 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 #146: Full Bug Snapshot ===================


Submitted by: jwserra                   Project: phpGroupWare                   
Submitted on: 2002-Apr-30 11:17
Category:  todo                         Bug Group:  0.9.14 RC3                  
Severity:  5 - Major                    Priority:  High                         
Resolution:  Fixed                      Assigned to:  skeeter                   
Status:  Open                           Platform Version:  Linux - RedHat       
Reproducibility:  Every Time            

Summary:  The todo app was not working

Original Submission:  On line 486 in phpgroupware/todo/inc/class.ui.inc.php 
read as follows:
    if ($values['edate'] && $values[''edate] !=0)
When I changed it to..
    if ($values['edate'] && $values['edate'] !=0)
everything started to work just fine.

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

-------------------------------------------------------
Date: 2002-May-01 07:26             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=146&group_id=509



reply via email to

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