Edit User Problem
Status: Alpha
Brought to you by:
bkudrle
When saveing a user after editing it there is a sql error where nothing was updated or a empty recordset was returned. This is due to the page user_edit.php not passing the selected_user_login to user_edit_cook.php
This is a simple fix and that is to add php in front of
echo on line:
<input type="hidden" name="selected_user_login" value="\<? echo $selected_user_login; ?>">^
in user_edit.php