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

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

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