Removed hardcoded form action to templates.php in the templateselect function.
This commit is contained in:
@@ -936,7 +936,7 @@ function templateselect($techid,$operation) {
|
||||
// $operation is one of "add" "edit" "delete"
|
||||
global $db;
|
||||
echo "
|
||||
<form method=\"post\" action=\"templates.php\">
|
||||
<form method=\"post\">
|
||||
";
|
||||
// generate template selection line
|
||||
echo "
|
||||
|
||||
Reference in New Issue
Block a user