Removal of colon next to form label names.

This commit is contained in:
Nate Jones
2015-02-15 06:50:00 +00:00
parent 151d2db735
commit 256e424b3e
71 changed files with 669 additions and 686 deletions

View File

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