summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-11-09 01:51:24 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-11-09 01:51:24 +0000
commite54794cdce87a627fc61be842bada3ce95eec3e5 (patch)
tree786b98bf2c447088d7f6766d7bf4ea2c59af7184 /includes
parent54925d947bbff31de9541949431d9b87311b0967 (diff)
downloadbrdo-e54794cdce87a627fc61be842bada3ce95eec3e5.tar.gz
brdo-e54794cdce87a627fc61be842bada3ce95eec3e5.tar.bz2
#627186 by quicksketch: Removed some stray tabs.
Diffstat (limited to 'includes')
-rw-r--r--includes/update.inc8
1 files changed, 4 insertions, 4 deletions
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();
}
}