Removed references to p_profile variable
This commit is contained in:
parent
92cfa223cb
commit
66efd91797
5 changed files with 6 additions and 25 deletions
|
|
@ -37,10 +37,6 @@ if ( isset ( $_POST['style_user']) ) {
|
|||
$_SESSION['use_theme']=$_POST['style_user'];
|
||||
|
||||
}
|
||||
// // Met à jour le profil
|
||||
if ( isset ( $_POST['profile_user']) ) {
|
||||
$_SESSION['use_usertype']=$_POST['profile_user'];
|
||||
}
|
||||
|
||||
html_page_start($_SESSION['use_theme']);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue