Update of /cvsroot/fink/web/pdb
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv13159

Modified Files:
        handle_options.inc 
Log Message:
allow / in a section name

Index: handle_options.inc
===================================================================
RCS file: /cvsroot/fink/web/pdb/handle_options.inc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- handle_options.inc  5 Dec 2007 19:04:34 -0000       1.2
+++ handle_options.inc  5 Dec 2007 21:24:26 -0000       1.3
@@ -75,7 +75,7 @@
 list($tree, $inv_p) = get_safe_param('tree', '/^(bindist|stable|unstable)$/');
 $invalid_param = $invalid_param || $inv_p;
 
-list($section, $inv_p) = get_safe_param('section', '/^[a-z0-9\+\-\.]+$/');
+list($section, $inv_p) = get_safe_param('section', '/^[a-z0-9\+\-\.\/]+$/');
 $invalid_param = $invalid_param || $inv_p;
 
 $nochildren = $_GET['nochildren'];


-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to