mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-22 10:56:31 +00:00
Removal of colon next to form label names.
This commit is contained in:
@@ -822,7 +822,7 @@ include "root.php";
|
||||
}
|
||||
else {
|
||||
if ($format == "text") {
|
||||
$response .= " ".$text['label-schema'].":\n";
|
||||
$response .= " ".$text['label-schema']."\n";
|
||||
}
|
||||
//$db->beginTransaction();
|
||||
$update_array = explode(";", $sql_update);
|
||||
|
||||
Reference in New Issue
Block a user