diff options
author | Silvio <silvio@devlet.com.br> | 2011-02-11 13:28:41 -0200 |
---|---|---|
committer | Silvio <silvio@devlet.com.br> | 2011-02-11 13:28:41 -0200 |
commit | f13c6d3954f362b389bc59487982dbf40e11518b (patch) | |
tree | f90868302a1c6141f63d5d0cc5d8b703cde346db | |
parent | 2b1131c4b85cbb4fdd6cc767932d752c210d3e0e (diff) | |
download | node_truncate-f13c6d3954f362b389bc59487982dbf40e11518b.tar.gz node_truncate-f13c6d3954f362b389bc59487982dbf40e11518b.tar.bz2 |
Minor cleanup
-rw-r--r-- | node_truncate.module | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/node_truncate.module b/node_truncate.module index 6ea0b85..2a21daf 100644 --- a/node_truncate.module +++ b/node_truncate.module @@ -93,7 +93,6 @@ function node_truncate_form_submit($form, &$form_state) { * Mass deletion of content. */ function node_truncate($type, &$context) { - $where = 'WHERE type = :type'; if (empty($context['sandbox'])) { $query = db_select('node', 'n'); $query |