From f6ece8bd59273883f9c8cc93e22d6985de76a647 Mon Sep 17 00:00:00 2001
From: Tim Steiner <tsteiner2@unl.edu>
Date: Wed, 27 Jul 2011 21:33:56 +0000
Subject: [PATCH] [gh-191] Merging from testing into staging

git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x/staging@910 20a16fea-79d4-4915-8869-1ea9d5ebf173
---
 sites/all/modules/unl/unl_migration.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sites/all/modules/unl/unl_migration.php b/sites/all/modules/unl/unl_migration.php
index 5d38e2db..238c774e 100644
--- a/sites/all/modules/unl/unl_migration.php
+++ b/sites/all/modules/unl/unl_migration.php
@@ -97,7 +97,7 @@ function unl_migration_step($migration, &$context)
   }
   
   $finished += 0.01;
-  if ($finished == 1.0) {
+  if ($finished > 0.99) {
     $finished = 0.99;
   }
   $context['finished'] = $finished;
-- 
GitLab