From 84c7af60ea9f06c664df908f6ae33f09ca64343d Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sat, 20 Oct 2012 19:53:58 +0000 Subject: [PATCH] Adjust the line spacing. --- app/music_on_hold/music_on_hold.php | 1 - includes/templates/conf/autoload_configs/local_stream.conf.xml | 1 - install.php | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/app/music_on_hold/music_on_hold.php b/app/music_on_hold/music_on_hold.php index 03f9c46fdb..b5eac8f77d 100644 --- a/app/music_on_hold/music_on_hold.php +++ b/app/music_on_hold/music_on_hold.php @@ -166,7 +166,6 @@ if (($_POST['submit'] == "Upload") && is_uploaded_file($_FILES['upload_file']['t $moh_xml .= " \n"; $moh_xml .= " \n"; $moh_xml .= " \n"; - $moh_xml .= "\n"; } //get the contents of the template diff --git a/includes/templates/conf/autoload_configs/local_stream.conf.xml b/includes/templates/conf/autoload_configs/local_stream.conf.xml index a3e562c4f0..ba9d3ed290 100644 --- a/includes/templates/conf/autoload_configs/local_stream.conf.xml +++ b/includes/templates/conf/autoload_configs/local_stream.conf.xml @@ -13,6 +13,5 @@ - {v_moh_categories} \ No newline at end of file diff --git a/install.php b/install.php index 2541ba1acb..4d98905b64 100644 --- a/install.php +++ b/install.php @@ -34,7 +34,7 @@ require_once "includes/lib_functions.php"; //add the menu uuid $menu_uuid = 'b4750c3f-2a86-b00d-b7d0-345c14eca286'; - + //error reporting ini_set('display_errors', '1'); //error_reporting (E_ALL); // Report everything