]> git.pld-linux.org Git - packages/phpdc.git/blob - phpdc-1.0rc1-hublist_bug.patch
- tabs in preamble
[packages/phpdc.git] / phpdc-1.0rc1-hublist_bug.patch
1 --- phpdc.inc.php       Sat Mar  8 09:40:53 2003
2 +++ phpdc.inc.php       Thu Mar 13 04:10:44 2003
3 @@ -454,9 +454,10 @@
4          $invert_color = get_ini_var('invert_color');
5          $invert_color2 = get_ini_var('invert_color2');
6  
7 -        if (!($arq = @fopen($filename, "r")))
8 +        if (!($arq = @fopen($filename, "r"))) {
9                 print "unable to get server list";
10                  return 0;
11 +       }
12  
13          $hubs = Array();
14          $a_title = Array();
This page took 0.055737 seconds and 3 git commands to generate.