Reformats

This commit is contained in:
2026-02-24 09:47:38 -05:00
parent f3db1c1523
commit f84395f79a
7 changed files with 18 additions and 19 deletions

View File

@@ -163,9 +163,9 @@ if ($usertemplateid) {
}
// determine original owner of template
$orig_owner=dblookup($db, "notetemplates","templateid","tech",$templateid);
$orig_owner = dblookup($db, "notetemplates", "templateid", "tech", $templateid);
if ($efftechid != NULL && $efftechid != $orig_owner) {
$operation="add";
$operation = "add";
}
if ($operation == "add") {