From 86b400a1fca3db55786f1a353b1fb461b397f97c Mon Sep 17 00:00:00 2001 From: Rod Roark Date: Tue, 1 Feb 2011 09:41:37 -0800 Subject: [PATCH] Minor ippf fix. --- sites/default/LBF/LBFgcac.plugin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sites/default/LBF/LBFgcac.plugin.php b/sites/default/LBF/LBFgcac.plugin.php index e5849a274..f116bfe78 100644 --- a/sites/default/LBF/LBFgcac.plugin.php +++ b/sites/default/LBF/LBFgcac.plugin.php @@ -1,5 +1,5 @@ +// Copyright (C) 2009-2011 Rod Roark // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -149,7 +149,7 @@ function client_status_changed() { } } } - if (csval == 'mara' || csval == 'defer') { + if (csval == 'mara' || csval == 'defer' || csval == 'refin') { dis1 = true; dis2 = true; } -- 2.11.4.GIT