diff options
author | Silvio <silvio@socioambiental.org> | 2013-03-19 18:09:56 -0300 |
---|---|---|
committer | Silvio <silvio@socioambiental.org> | 2013-03-19 18:09:56 -0300 |
commit | 8b2b84c63af07913292f08d9db78d7203c120552 (patch) | |
tree | 59ae6b9243a0b3027d13f91a1920d974d9f4919d | |
parent | 323606796df018cafbf59da0b53f1366ff891b36 (diff) | |
download | jquery_drawer-8b2b84c63af07913292f08d9db78d7203c120552.tar.gz jquery_drawer-8b2b84c63af07913292f08d9db78d7203c120552.tar.bz2 |
Coding style
-rw-r--r-- | jquery_drawer.module | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/jquery_drawer.module b/jquery_drawer.module index 0deac8f..1f0ea47 100644 --- a/jquery_drawer.module +++ b/jquery_drawer.module @@ -171,8 +171,6 @@ function jquery_drawer_page($tid = NULL) { $terms = i18ntaxonomy_localize_terms($terms); } - - foreach ($terms as $term) { $filter[] = $term->tid; } |