From 373e3df58031f6955a2c8b680ac54663d44a55d6 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Thu, 12 Apr 2012 08:06:30 -0400
Subject: [PATCH] - Small fix
---
program/steps/addressbook/func.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/program/steps/addressbook/func.inc b/program/steps/addressbook/func.inc
index e32ce5a..a31370b 100644
--- a/program/steps/addressbook/func.inc
+++ b/program/steps/addressbook/func.inc
@@ -669,7 +669,7 @@
}
}
- if (!$content && !$edit_mode)
+ if (!$content && (!$edit_mode || !$select_add->_count))
continue;
// also render add-field selector
--
Gitblit v1.9.1