From 161a9970f77ce6813e710e08076f5d4fc494259a Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 15 Sep 2008 20:48:10 +0000 Subject: #308534 by Dave Reid: Remove stray whitespace core-wide. --- profiles/default/default.profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'profiles/default/default.profile') diff --git a/profiles/default/default.profile b/profiles/default/default.profile index 4d7d2e7eb..b22cec8f5 100644 --- a/profiles/default/default.profile +++ b/profiles/default/default.profile @@ -136,7 +136,7 @@ function default_profile_tasks(&$task, $url) { // Create a default vocabulary named "Tags", enabled for the 'article' content type. $description = st('Use tags to group articles on similar topics into categories.'); $help = st('Enter a comma-separated list of words.'); - + $vid = db_insert('vocabulary')->fields(array( 'name' => 'Tags', 'description' => $description, @@ -150,7 +150,7 @@ function default_profile_tasks(&$task, $url) { 'weight' => 0, ))->execute(); db_insert('vocabulary_node_types')->fields(array('vid' => $vid, 'type' => 'article'))->execute(); - + // Update the menu router information. menu_rebuild(); } -- cgit v1.2.3