From 385876d2a444b980714d38cfba4fc1bef1ecb313 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Tue, 24 Jul 2012 04:09:15 +0000 Subject: [PATCH] Remove whitespace at the end of the line. --- app/ring_groups/ring_groups_edit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/ring_groups/ring_groups_edit.php b/app/ring_groups/ring_groups_edit.php index a260162c80..d1521e12f2 100644 --- a/app/ring_groups/ring_groups_edit.php +++ b/app/ring_groups/ring_groups_edit.php @@ -200,7 +200,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { $db->exec(check_sql($sql)); unset($sql); } - + //if it does not exist in the dialplan then add it $sql = "select count(*) as num_rows from v_dialplans "; $sql .= "where domain_uuid = '".$_SESSION['domain_uuid']."' "; @@ -260,7 +260,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { $_SESSION["reload_xml"] = true; } } - + //redirect the browser require_once "includes/header.php"; echo "\n";