|
From: Joseph R. <rya...@os...> - 2002-02-24 07:26:22
|
Heres the deal: Search.pl got modified so that it wasn't recursive = (currently, you have to "make" it become recursive by specifiying = filetypes such as "*.html, */*.html, */*/*.html, etc". The reasoning at = the time was to emulate Matt's code. Personally, I think that it should = be made recursive (at least guarded it with an $emulate_matts_code). = What is the general consensus here? I'd like to know before I work on = "fixing" this bug. |