From e54794cdce87a627fc61be842bada3ce95eec3e5 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 9 Nov 2009 01:51:24 +0000 Subject: #627186 by quicksketch: Removed some stray tabs. --- includes/update.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'includes') diff --git a/includes/update.inc b/includes/update.inc index 96ae71e66..7c50f58ff 100644 --- a/includes/update.inc +++ b/includes/update.inc @@ -22,10 +22,10 @@ function update_fix_compatibility() { } } if (!empty($incompatible)) { - db_update('system') - ->fields(array('status' => 0)) - ->condition('name', $incompatible, 'IN') - ->execute(); + db_update('system') + ->fields(array('status' => 0)) + ->condition('name', $incompatible, 'IN') + ->execute(); } } -- cgit v1.2.3