From 5986223113c432ed76813917636720b03b306b15 Mon Sep 17 00:00:00 2001 From: Daniel Lamb Date: Mon, 1 Jun 2015 10:01:21 -0300 Subject: [PATCH] Some comments were over 80 characters --- islandora_collection/islandora_collection.module | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/islandora_collection/islandora_collection.module b/islandora_collection/islandora_collection.module index 7a023c37..169b7460 100644 --- a/islandora_collection/islandora_collection.module +++ b/islandora_collection/islandora_collection.module @@ -92,10 +92,10 @@ function islandora_collection_node_postupdate($node) { return; } - // Unfortunately, there's no way to tell if the db transaction got rolled back in this hook, - // so we'll default to doing it anyway so as not to miss any updates. - // Open to suggestions on this one. But we gotta do post_action hooks otherwise - // things can get crazy if the db transaction hasn't closed. + // Unfortunately, there's no way to tell if the db transaction got rolled + // back in this hook, so we'll default to doing it anyway so as not to miss + // any updates. Open to suggestions on this one. But we gotta do post_action + // hooks otherwise things can get crazy if the db transaction hasn't closed. $nodes = entity_uuid_load('node', array($node->uuid)); // Exit early if something has gone wrong and there's no node info.