librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1617] reverse time-validation logic in nowplaying


From: Clint Adams
Subject: [Librefm-commits] [1617] reverse time-validation logic in nowplaying
Date: Fri, 15 May 2009 02:40:58 +0000

Revision: 1617
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1617
Author:   clint
Date:     2009-05-15 02:40:58 +0000 (Fri, 15 May 2009)
Log Message:
-----------
reverse time-validation logic in nowplaying

Modified Paths:
--------------
    trunk/gnukebox/auth-utils.php

Modified: trunk/gnukebox/auth-utils.php
===================================================================
--- trunk/gnukebox/auth-utils.php       2009-05-15 02:40:54 UTC (rev 1616)
+++ trunk/gnukebox/auth-utils.php       2009-05-15 02:40:58 UTC (rev 1617)
@@ -68,5 +68,5 @@
                return(false);
        }
 
-       return($session <= time());
+       return($session >= time());
 }





reply via email to

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