php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #18875 small bug in new index.php mirror imagedisplay
Submitted: 2002-08-13 01:01 UTC Modified: 2002-08-13 05:39 UTC
From: toni dot viemero at iki dot fi Assigned:
Status: Closed Package: Website problem
PHP Version: 4CVS-2002-08-13 OS: N/A
Private report: No CVE-ID: None
 [2002-08-13 01:01 UTC] toni dot viemero at iki dot fi
Hopefully paste goes ok here.

--- index.php.old       Tue Aug 13 07:56:48 2002
+++ index.php   Tue Aug 13 07:57:58 2002
@@ -91,11 +91,10 @@
        if($MIRRORS[$MYSITE]['4'] === 2) {
                $RSIDEBAR_DATA .= "<img src='backend/mirror.gif' width='125' height='125' alt='mirror sponsor' border='0' /></a></center><br />";
        } else {
-                $RSIDEBAR_DATA .= "<img src='backend/mirror.gif' width='120' height='60' alt='mirror sponsor' border='0' /></a></c\
-enter><br />";                         
+                $RSIDEBAR_DATA .= "<img src='backend/mirror.gif' width='120' height='60' alt='mirror sponsor' border='0' /></a></center><br />";
         }
        sprintf("%s", hdelim());
-}       
+}
 
 // Open events CVS file, and print out event title
 $fp = @fopen("backend/events.csv", "r");

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-08-13 05:39 UTC] sander@php.net
This bug has been fixed in CVS. You can grab a snapshot of the
CVS version at http://snaps.php.net/. In case this was a documentation 
problem, the fix will show up soon at http://www.php.net/manual/.
In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites.
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Jun 29 07:01:31 2024 UTC