diff options
author | Dries Buytaert <dries@buytaert.net> | 2007-11-11 06:56:44 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2007-11-11 06:56:44 +0000 |
commit | 073eb45833be1c36d804c456c1258a697353fc70 (patch) | |
tree | 1125c35f32d4d18553b304ae1cdce7cad251f22c /modules/system/system.install | |
parent | 049c6ddd96d727e0ba14ad97cf9a3c6575377669 (diff) | |
download | brdo-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.install | 2 |
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'), |