From a0c80a73d72594c1bde701e1edcc7a78c2b3f0d2 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 17 Oct 2007 03:48:16 +0000 Subject: Show which neighbor is referencing the group. --- packages/openbgpd/openbgpd_groups.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/openbgpd/openbgpd_groups.xml') diff --git a/packages/openbgpd/openbgpd_groups.xml b/packages/openbgpd/openbgpd_groups.xml index 6e80dbfe..01756311 100644 --- a/packages/openbgpd/openbgpd_groups.xml +++ b/packages/openbgpd/openbgpd_groups.xml @@ -108,7 +108,7 @@ $status = check_group_usage($_POST['groupname']); - if($status) - $input_errors[] = "Sorry this group is in use and cannot be deleted."; + if($status != "") + $input_errors[] = "Sorry this group is in use by {$staus} and cannot be deleted."; -- cgit v1.2.3