Adjust the line spacing.

This commit is contained in:
Mark Crane 2012-10-20 19:53:58 +00:00
parent 8779ca5221
commit 84c7af60ea
3 changed files with 1 additions and 3 deletions

View File

@ -166,7 +166,6 @@ if (($_POST['submit'] == "Upload") && is_uploaded_file($_FILES['upload_file']['t
$moh_xml .= " <param name=\"interval\" value=\"20\"/>\n";
$moh_xml .= " <param name=\"timer-name\" value=\"soft\"/>\n";
$moh_xml .= " </directory>\n";
$moh_xml .= "\n";
}
//get the contents of the template

View File

@ -13,6 +13,5 @@
<!-- limit to how many seconds the file will play -->
<!--<param name="chime-max" value="500"/>-->
</directory>
{v_moh_categories}
</configuration>

View File

@ -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