A few minor changes to the sip profile spacing.
This commit is contained in:
parent
0cd88bed83
commit
5c279216f1
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Reference in New Issue