]> git.pld-linux.org Git - packages/phpdc.git/commitdiff
- official patch for correcting bug for hublist
authordjrzulf <djrzulf@pld-linux.org>
Wed, 13 Aug 2003 05:31:06 +0000 (05:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    phpdc-1.0rc1-hublist_bug.patch -> 1.1

phpdc-1.0rc1-hublist_bug.patch [new file with mode: 0644]

diff --git a/phpdc-1.0rc1-hublist_bug.patch b/phpdc-1.0rc1-hublist_bug.patch
new file mode 100644 (file)
index 0000000..c076c64
--- /dev/null
@@ -0,0 +1,14 @@
+--- phpdc.inc.php      Sat Mar  8 09:40:53 2003
++++ phpdc.inc.php      Thu Mar 13 04:10:44 2003
+@@ -454,9 +454,10 @@
+         $invert_color = get_ini_var('invert_color');
+         $invert_color2 = get_ini_var('invert_color2');
+-        if (!($arq = @fopen($filename, "r")))
++        if (!($arq = @fopen($filename, "r"))) {
+               print "unable to get server list";
+                 return 0;
++      }
+         $hubs = Array();
+         $a_title = Array();
This page took 0.079416 seconds and 4 git commands to generate.