Skip to content

Commit

Permalink
Fixed display_user_password_in_html not retrieved from lsconfig
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_ci@11112 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
David Olivier committed Oct 6, 2011
1 parent bcbab30 commit 1d515ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/controllers/admin/user.php
Expand Up @@ -390,6 +390,7 @@ function moduser()
$postemail = $this->input->post("email");
$postuserid = $this->input->post("uid");
$postfull_name = $this->input->post("full_name");
$display_user_password_in_html=$this->config->item("display_user_password_in_html");
$addsummary='';
$squery = "SELECT uid FROM ".$this->db->dbprefix("users")." WHERE uid=$postuserid AND parent_id=".$this->session->userdata('loginID');
$sresult = db_select_limit_assoc($squery); //Checked
Expand Down

0 comments on commit 1d515ed

Please sign in to comment.