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/profile/profile.install | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'modules/profile') diff --git a/modules/profile/profile.install b/modules/profile/profile.install index f05bccd80..a6f0617bb 100644 --- a/modules/profile/profile.install +++ b/modules/profile/profile.install @@ -108,8 +108,12 @@ function profile_schema() { 'description' => t('List of options to be used in a list selection field.'), ), ), - 'indexes' => array('category' => array('category')), - 'unique keys' => array('name' => array('name')), + 'indexes' => array( + 'category' => array('category'), + ), + 'unique keys' => array( + 'name' => array('name'), + ), 'primary key' => array('fid'), ); @@ -144,4 +148,3 @@ function profile_schema() { return $schema; } - -- cgit v1.2.3