gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r2628 - GNUnet/contrib


From: grothoff
Subject: [GNUnet-SVN] r2628 - GNUnet/contrib
Date: Sat, 22 Apr 2006 08:06:53 -0700 (PDT)

Author: grothoff
Date: 2006-04-22 08:06:53 -0700 (Sat, 22 Apr 2006)
New Revision: 2628

Modified:
   GNUnet/contrib/hostlist.php
Log:
fix

Modified: GNUnet/contrib/hostlist.php
===================================================================
--- GNUnet/contrib/hostlist.php 2006-04-22 15:06:36 UTC (rev 2627)
+++ GNUnet/contrib/hostlist.php 2006-04-22 15:06:53 UTC (rev 2628)
@@ -13,7 +13,7 @@
   if (is_file($path . '/' . $fname)) {
     $dpo = strpos($fname, '.') + 1;
     $len = strlen($fname);
-    if (in_array(substr($fname, $dpo - $len, $extmas)) {
+    if (in_array(substr($fname, $dpo - $len, $extmas))) {
       $mas[] = $fname;
     }
   }





reply via email to

[Prev in Thread] Current Thread [Next in Thread]