A few minor changes to the sip profile spacing.

This commit is contained in:
Mark Crane 2015-01-22 10:14:45 +00:00
parent 0cd88bed83
commit 5c279216f1
1 changed files with 54 additions and 52 deletions

View File

@ -38,13 +38,15 @@ else {
$language = new text;
$text = $language->get();
//get the id
if (count($_GET) > 0) {
$id = check_str($_GET["id"]);
}
//delete the records
if (strlen($id) > 0) {
//get the details fo the sip profile
//get the details of the sip profile
$sql = "select * from v_sip_profiles ";
$sql .= "where sip_profile_uuid = '$id' ";
$prep_statement = $db->prepare(check_sql($sql));