[cvs] commit: whups/lib/Forms EditTicket.php

Ben Klang ben at alkaloid.net
Wed Feb 27 15:37:20 UTC 2008


bklang      2008-02-27 10:37:20 EST

  Modified files:
    lib/Forms            EditTicket.php 
  Log:
  The check here to see if the due date is in the past (for example, last year) fails because the type of variable returned is a numeric string and not an integer.  Switch to is_numeric() instead of is_int() allows the check to function properly.
  
  Revision  Changes    Path
  1.14      +2 -2      whups/lib/Forms/EditTicket.php

  Chora Links:
  http://cvs.horde.org/diff.php/whups/lib/Forms/EditTicket.php?r1=1.13&r2=1.14&ty=u


More information about the cvs mailing list