logo       
Google Custom Search
    AddThis Social Bookmark Button

cvs: pearweb /include/bugs pear-bug-accountrequest.php: msg#00087

Subject: cvs: pearweb /include/bugs pear-bug-accountrequest.php
cellog          Tue Apr 17 22:31:01 2007 UTC

  Modified files:              
    /pearweb/include/bugs       pear-bug-accountrequest.php 
  Log:
  change purging of old account requests to be 1 week, in case of future 
problems
  
http://cvs.php.net/viewvc.cgi/pearweb/include/bugs/pear-bug-accountrequest.php?r1=1.18&r2=1.19&diff_format=u
Index: pearweb/include/bugs/pear-bug-accountrequest.php
diff -u pearweb/include/bugs/pear-bug-accountrequest.php:1.18 
pearweb/include/bugs/pear-bug-accountrequest.php:1.19
--- pearweb/include/bugs/pear-bug-accountrequest.php:1.18       Tue Apr 17 
21:59:51 2007
+++ pearweb/include/bugs/pear-bug-accountrequest.php    Tue Apr 17 22:31:01 2007
@@ -649,7 +649,7 @@
 
     function cleanOldRequests()
     {
-        $old = gmdate('Y-m-d H:i:s', time() - 90000);
+        $old = gmdate('Y-m-d H:i:s', time() - 604800);
         $findquery = '
             select handle from bug_account_request
             where created_on < ?';

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





Try Searching:
servers, voip, java, networking, microsoft ...
<Prev in Thread] Current Thread [Next in Thread>