[dev] [cvs] commit: framework/VFS/VFS sql.php

Chuck Hagenbuch chuck at horde.org
Tue Jun 5 02:21:24 UTC 2007


Quoting Michael M Slusarz <slusarz at horde.org>:

>   Log:
>   Bug: 3645
>   I think this will select all files at this level or below.

That's going to cause an invalid query - you need to put the % for  
wildcard matching inside the quoted string (right now it'll generate  
something like WHERE path LIKE 'foo'%).

-chuck


More information about the dev mailing list