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

Re: [RFR] webwml://legal/licenses/{byclass,bydate,byname}



Thomas Huriaux <thomas.huriaux@kti.ae.poznan.pl> (08/03/2005):
> Quelqu'un peut-il me confirmer qu'il y a un problème avec la fonction
> get_alphabetical_list qui semble ne lister que les fichiers dans le
> répertoire courant alors qu'il faudrait lister les fichiers dans le
> répertoire anglais (ou un truc du genre) ?

Ou bien, quelqu'un peut-il me confirmer que le patch à proposer à
debian-www sur english/template/debian/legal_lists.wml est bien celui
ci-joint ?

Merci d'avance.

-- 
Thomas Huriaux
Index: legal_lists.wml
===================================================================
RCS file: /cvs/webwml/webwml/english/template/debian/legal_lists.wml,v
retrieving revision 1.2
diff -u -r1.2 legal_lists.wml
--- legal_lists.wml	13 Dec 2004 00:20:32 -0000	1.2
+++ legal_lists.wml	8 Mar 2005 12:22:08 -0000
@@ -54,7 +54,7 @@
     }
 </protect>
 
-      opendir DIR, "./" or die "couldn't open directory: $!";
+      opendir DIR, "$eng_dir/$cur_dir" or die "couldn't open directory: $!";
       my @files = grep { /^$match\.wml$/ 
          && -f "$eng_dir/$cur_dir/$_" 
         } readdir(DIR);

Attachment: signature.asc
Description: Digital signature


Reply to: