From f13c6d3954f362b389bc59487982dbf40e11518b Mon Sep 17 00:00:00 2001 From: Silvio Date: Fri, 11 Feb 2011 13:28:41 -0200 Subject: Minor cleanup --- node_truncate.module | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3