Skip to content
Snippets Groups Projects
Commit 98b365a9 authored by Robert Anderson's avatar Robert Anderson
Browse files

Updated page link

parent 94c7191f
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ if (isset($_POST['frmaction']) && $_POST['frmaction'] == "change") { ...@@ -49,7 +49,7 @@ if (isset($_POST['frmaction']) && $_POST['frmaction'] == "change") {
<p class="pageheader">Update User</p> <p class="pageheader">Update User</p>
<form action="attribute-change.php" method="post"> <form action="user-attribute-change.php" method="post">
<div> <div>
<input type="hidden" name="frmaction" value="change2" /> <input type="hidden" name="frmaction" value="change2" />
<input type="hidden" name="attr_id" value="<?php echo $_POST['attr_id']; ?>" /> <input type="hidden" name="attr_id" value="<?php echo $_POST['attr_id']; ?>" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment