summaryrefslogtreecommitdiff
path: root/modules/system/system.install
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-11-11 06:56:44 +0000
committerDries Buytaert <dries@buytaert.net>2007-11-11 06:56:44 +0000
commit073eb45833be1c36d804c456c1258a697353fc70 (patch)
tree1125c35f32d4d18553b304ae1cdce7cad251f22c /modules/system/system.install
parent049c6ddd96d727e0ba14ad97cf9a3c6575377669 (diff)
downloadbrdo-073eb45833be1c36d804c456c1258a697353fc70.tar.gz
brdo-073eb45833be1c36d804c456c1258a697353fc70.tar.bz2
- Patch #191073 by Keith: another good string cleanup by Keith. (Also removed some trailing whitespace.)
Diffstat (limited to 'modules/system/system.install')
-rw-r--r--modules/system/system.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.install b/modules/system/system.install
index 97f32e095..bd5a20f23 100644
--- a/modules/system/system.install
+++ b/modules/system/system.install
@@ -952,7 +952,7 @@ function system_schema() {
'not null' => FALSE)
),
'primary key' => array('filename'),
- 'indexes' =>
+ 'indexes' =>
array(
'modules' => array(array('type', 12), 'status', 'weight', 'filename'),
'bootstrap' => array(array('type', 12), 'status', 'bootstrap', 'weight', 'filename'),