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"
|
// $operation is one of "add" "edit" "delete"
|
||||||
global $db;
|
global $db;
|
||||||
echo "
|
echo "
|
||||||
<form method=\"post\" action=\"templates.php\">
|
<form method=\"post\">
|
||||||
";
|
";
|
||||||
// generate template selection line
|
// generate template selection line
|
||||||
echo "
|
echo "
|
||||||
|
|||||||
Reference in New Issue
Block a user