From 073eb45833be1c36d804c456c1258a697353fc70 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 11 Nov 2007 06:56:44 +0000 Subject: - Patch #191073 by Keith: another good string cleanup by Keith. (Also removed some trailing whitespace.) --- modules/system/system.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system') 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'), -- cgit v1.2.3