phpgroupware-tracker
[Top][All Lists]
Advanced

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

[Phpgroupware-tracker] [Bug #463] Bug in class.ui.inc.php (with fix)


From: nobody
Subject: [Phpgroupware-tracker] [Bug #463] Bug in class.ui.inc.php (with fix)
Date: Mon, 24 Jun 2002 20:33:31 -0400

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

Changes by: Mark A Peters <address@hidden>
Date: 2002-Jun-24 19:33 (CST6CDT)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Duplicate
         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 #463: FULL BUG SNAPSHOT ===================


Submitted by: PimEffting                Project: phpGroupWare                   
Submitted on: 2002-May-27 08:31
Category:  todo                         Bug Group:  0.9.14 RC3                  
Severity:  5 - Major                    Priority:  Normal                       
Resolution:  Duplicate                  Assigned to:  skeeter                   
Status:  Closed                         Platform Version:  Linux - Debian       
Reproducibility:  Every Time            

Summary:  Bug in class.ui.inc.php (with fix)

Original Submission:  There's a bug in phpgroupware/todo/inc/class.ui.inc.php 
on line 486.

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

should be:

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

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

-------------------------------------------------------
Date: 2002-Jun-24 19:33             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,


-------------------------------------------------------
Date: 2002-Jun-02 15:13             By: courtney
Duplicates bug #393, and fix confirmed.




No files currently attached


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



reply via email to

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