[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pear-cvs
Subject:    [PEAR-CVS] cvs: pear /Date Date.php
From:       "Charles Woodcock" <c01234 () php ! net>
Date:       2007-11-29 16:45:04
Message-ID: cvsc012341196354704 () cvsserver
[Download RAW message or body]

c01234		Thu Nov 29 16:45:04 2007 UTC

  Modified files:              
    /pear/Date	Date.php 
  Log:
  sorry
  
http://cvs.php.net/viewvc.cgi/pear/Date/Date.php?r1=1.82&r2=1.83&diff_format=u
Index: pear/Date/Date.php
diff -u pear/Date/Date.php:1.82 pear/Date/Date.php:1.83
--- pear/Date/Date.php:1.82	Thu Nov 29 16:43:29 2007
+++ pear/Date/Date.php	Thu Nov 29 16:45:04 2007
@@ -43,7 +43,7 @@
  * @copyright  1997-2007 Baba Buehler, Pierre-Alain Joye, Firman Wandayandi, C.A. Woodcock
  * @license    http://www.opensource.org/licenses/bsd-license.php
  *             BSD License
- * @version    CVS: $Id: Date.php,v 1.82 2007/11/29 16:43:29 c01234 Exp $
+ * @version    CVS: $Id: Date.php,v 1.83 2007/11/29 16:45:04 c01234 Exp $
  * @link       http://pear.php.net/package/Date
  */
 
@@ -5666,7 +5666,7 @@
      */
     function setSecond($s, $pb_repeatedhourdefault = false)
     {
-        if ($s > 60) || // Leap seconds possible
+        if ($s > 60 || // Leap seconds possible
             $s < 0) {
             return PEAR::raiseError("Invalid second value '$s'");
         } else {

-- 
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic