Reformats
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user