diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-11-16 19:41:14 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-11-16 19:41:14 +0000 |
commit | dc65b62aceddb0dc5f7b61bd1f1f3d46015a5969 (patch) | |
tree | 7e569b903521dd48564ba4feff2cc544fdb3be23 /modules/book | |
parent | a6b4f3b61f2a73e87e19eaa68f31a3687561e266 (diff) | |
download | brdo-dc65b62aceddb0dc5f7b61bd1f1f3d46015a5969.tar.gz brdo-dc65b62aceddb0dc5f7b61bd1f1f3d46015a5969.tar.bz2 |
- Patch #74645 by drewish, roychri et al: modify file_scan_directory to use a regex for the nomask (and code clean-up).
Diffstat (limited to 'modules/book')
-rw-r--r-- | modules/book/book.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/book/book.module b/modules/book/book.module index 5b0f5f643..fad546bda 100644 --- a/modules/book/book.module +++ b/modules/book/book.module @@ -305,7 +305,7 @@ function book_get_books() { } } } - + return $all_books; } |