URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=12812>

                 Summary: todo has invalid php version checking
                 Project: phpGroupWare
            Submitted by: skwashd
            Submitted on: Tue 04/26/2005 at 00:11
              Item Group: 0.9.16.005
                Category: todo
                Severity: 4 - Important
                Priority: 7 - High
                  Status: None
                 Privacy: Public
             Assigned to: ceb
             Open/Closed: Open
       Component Version: CVS
        Platform Version: None
         Reproducibility: None
         Planned Release: 0.9.16.005+
           Fixed Release: 

    _______________________________________________________

Details:

To make todo work properly with php5, change todo/inc/class.so.inc.php line
218

if (floor(phpversion()) == 4)

to 

if (floor(phpversion()) >= 4)

Pretty simple fix :)






    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=12812>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



_______________________________________________
Phpgroupware-tracker mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-tracker

Reply via email to