diff options
author | Silvio <silvio@socioambiental.org> | 2013-11-19 16:40:37 -0200 |
---|---|---|
committer | Silvio <silvio@socioambiental.org> | 2013-11-19 16:40:37 -0200 |
commit | e22931444023d13c851794bc4b125f0b821c0d81 (patch) | |
tree | f9cd0371458baeb8fe6557535e4a71395a154c49 | |
parent | 474f37e133d455bd6dbea98bd6b414ec8c716921 (diff) | |
download | jquery_drawer-e22931444023d13c851794bc4b125f0b821c0d81.tar.gz jquery_drawer-e22931444023d13c851794bc4b125f0b821c0d81.tar.bz2 |
Minor fix (2)
-rw-r--r-- | jquery_drawer.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jquery_drawer.module b/jquery_drawer.module index dea6197..7013cdb 100644 --- a/jquery_drawer.module +++ b/jquery_drawer.module @@ -105,7 +105,7 @@ function jquery_drawer_check_empty($tid) { /** * Static version of taxonomy_select_nodes(). */ -function jquery_drawer_select_nodes($tid) { +function jquery_drawer_select_nodes($tid = NULL) { static $cache = array(); if (isset($cache[$tid])) { |