diff options
author | Andreas Gohr <andi@splitbrain.org> | 2009-03-02 18:55:15 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2009-03-02 18:55:15 +0100 |
commit | 5dc1766c6bc9475b12f78fbead9524b0da31905d (patch) | |
tree | d7b0f073406d954b80c46a8eaea8eceafd92d334 /inc/search.php | |
parent | 90b4c62db7dd7156029cf9c3f67ad1dd8d6b51c6 (diff) | |
download | rpg-5dc1766c6bc9475b12f78fbead9524b0da31905d.tar.gz rpg-5dc1766c6bc9475b12f78fbead9524b0da31905d.tar.bz2 |
removed leftover return path
darcs-hash:20090302175515-7ad00-2be9b0e194acdc08606312bd9fd2a790565a0560.gz
Diffstat (limited to 'inc/search.php')
-rw-r--r-- | inc/search.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/search.php b/inc/search.php index 2462cb240..ef344840e 100644 --- a/inc/search.php +++ b/inc/search.php @@ -191,7 +191,6 @@ function search_media(&$data,$base,$file,$type,$lvl,$opts){ $parts = explode('/',ltrim($file,'/')); if(count($parts) == $opts['depth']) return false; // depth reached return true; - return ($opts['recursive']); } $info = array(); |