aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--node_truncate.module1
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