$subdirectories value absent

Issue #54 resolved
Former user created an issue

Originally reported on Google Code with ID 54 ``` What steps will reproduce the problem? 1. see $subdirectories instruction on wiki Installation 2. set $subdirectories = (true|"true"); inside .php file 3. reference in $directory var or not.

What is the expected output? What do you see instead? expected scan of subdirectories in $directory var. see only scan of first dir path in $directory.

What version of the product are you using? On what operating system? 1.8.6 on linux w/ apache-5.3.5, sqlite-3.6.14.2 PDO

Please provide any additional information below. my implementation will have db files at ./path/$name/$name.db , with numerous $name (50 directories)

```

Reported by `willson.kurt` on 2011-07-28 18:49:20

Comments (3)

  1. Former user Account Deleted

    ``` Resolved. Pulled 1.8.7 file from svn. ```

    Reported by `willson.kurt` on 2011-07-29 19:43:16

  2. Log in to comment