From 4a8d7814f27179d4e4d4d387ed38d1145e946ad1 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Fri, 23 Nov 2012 23:59:42 +0000 Subject: [PATCH] Remove v_ from the links to the php files that were renamed. --- app/voicemail_status/app_config.php | 2 +- app/voicemail_status/voicemail.php | 5 ++--- app/voicemail_status/voicemail_prefs_delete.php | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/app/voicemail_status/app_config.php b/app/voicemail_status/app_config.php index bbad9281bc..c5e84c9f29 100644 --- a/app/voicemail_status/app_config.php +++ b/app/voicemail_status/app_config.php @@ -32,7 +32,7 @@ $apps[$x]['menu'][0]['uuid'] = 'ff4ccd3d-e295-7875-04b4-54eb0c74adc5'; $apps[$x]['menu'][0]['parent_uuid'] = '0438b504-8613-7887-c420-c837ffb20cb1'; $apps[$x]['menu'][0]['category'] = 'internal'; - $apps[$x]['menu'][0]['path'] = '/app/voicemail_status/v_voicemail.php'; + $apps[$x]['menu'][0]['path'] = '/app/voicemail_status/voicemail.php'; $apps[$x]['menu'][0]['groups'][] = 'admin'; $apps[$x]['menu'][0]['groups'][] = 'superadmin'; diff --git a/app/voicemail_status/voicemail.php b/app/voicemail_status/voicemail.php index f3fb677c24..f773c115ca 100644 --- a/app/voicemail_status/voicemail.php +++ b/app/voicemail_status/voicemail.php @@ -76,8 +76,7 @@ $order = $_GET["order"]; echo th_order_by('description', $text['label-description'], $order_by, $order); echo "\n"; - $sql = ""; - $sql .= "select * from v_extensions "; + $sql = "select * from v_extensions "; $sql .= "where domain_uuid = '$domain_uuid' "; if (!(if_group("admin") || if_group("superadmin"))) { if (count($_SESSION['user']['extension']) > 0) { @@ -171,7 +170,7 @@ $order = $_GET["order"]; echo " ".$row['description']." \n"; echo " \n"; if (permission_exists('voicemail_status_delete')) { - echo " $v_link_label_delete\n"; + echo " $v_link_label_delete\n"; } echo " \n"; echo "\n"; diff --git a/app/voicemail_status/voicemail_prefs_delete.php b/app/voicemail_status/voicemail_prefs_delete.php index 7746e8f427..f848b375fc 100644 --- a/app/voicemail_status/voicemail_prefs_delete.php +++ b/app/voicemail_status/voicemail_prefs_delete.php @@ -53,7 +53,7 @@ if (count($_GET)>0) { //redirect the user require "includes/require.php"; require_once "includes/header.php"; - echo "\n"; + echo "\n"; echo "
\n"; echo "Voicemail Preferences set to default\n"; echo "
\n";