phpgroupware-tracker
[Top][All Lists]
Advanced

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

[Phpgroupware-tracker] [bug #12812] todo has invalid php version checkin


From: Dave Hall
Subject: [Phpgroupware-tracker] [bug #12812] todo has invalid php version checking
Date: Tue, 26 Apr 2005 00:11:04 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050306 Firefox/1.0.1 (Debian package 1.0.1-2)

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/





reply via email to

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