Commit:    ce696d14d074c1045c84f285173d7e1bb6d68d59
Author:    Hannes Magnusson <[email protected]>         Wed, 2 Apr 2014 
02:11:34 -0700
Parents:   b464638e68f958d76c10ad5402c17e010a6964ed
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=ce696d14d074c1045c84f285173d7e1bb6d68d59

Log:
To lazy to automate this

Changed paths:
  M  images/logo.php


Diff:
diff --git a/images/logo.php b/images/logo.php
index 91d6bb9..cbd1e22 100644
--- a/images/logo.php
+++ b/images/logo.php
@@ -53,7 +53,7 @@ if ($day < 6 || 365-$day < 32) {
 if ($now % 60 == 10 || $refresh) {
     $logos[] = "./ele-running.gif";
 }
-if ($now % 240 == 10 || $refresh || $now) {
+if ($now % 240 == 10 || $refresh) {
     $logos = array_merge($logos, glob("logos/oldschool/*"));
 }


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to