[dev] Gollem :: Space in filename

Joel Vandal jvandal at infoteck.qc.ca
Wed Nov 26 08:40:36 PST 2003


Hi,

This patch for gollem/manager.php allow me to delete/rename files and directories that contain space in the filename. The $name variable replace all space by   and cause problem for the checkbox field.

Index: manager.php
===================================================================
RCS file: /repository/gollem/manager.php,v
retrieving revision 1.95
diff -r1.95 manager.php
246c246
<             $item['name'] = $name;
---
>             $item['name'] = $val['name'];


-- 
Joel Vandal                                    Infoteck Internet
http://www.infoteck.qc.ca            Tel.  819-370-3232
jvandal at infoteck.qc.ca                 Fax. 819-370-3624


More information about the dev mailing list