From f5d4287cd5561a85061f11f003c27058ddce2dda Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 15 Mar 2008 12:31:29 +0000 Subject: - Patch #214271 by recidive: improved schema identation. --- modules/dblog/dblog.install | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'modules/dblog/dblog.install') diff --git a/modules/dblog/dblog.install b/modules/dblog/dblog.install index beeae3dc5..8c1b6af64 100644 --- a/modules/dblog/dblog.install +++ b/modules/dblog/dblog.install @@ -96,9 +96,10 @@ function dblog_schema() { ), ), 'primary key' => array('wid'), - 'indexes' => array('type' => array('type')), + 'indexes' => array( + 'type' => array('type'), + ), ); return $schema; } - -- cgit v1.2.3