diff --git a/presentation/lookAndFeel/knowledgeTree/preferences/editUserPrefsUI.inc b/presentation/lookAndFeel/knowledgeTree/preferences/editUserPrefsUI.inc index 4d02576..528e351 100644 --- a/presentation/lookAndFeel/knowledgeTree/preferences/editUserPrefsUI.inc +++ b/presentation/lookAndFeel/knowledgeTree/preferences/editUserPrefsUI.inc @@ -21,10 +21,7 @@ function getUserDetailsPage($iUserID) { global $default; $oUser = null; - //if (isset($iUserID)) { - // $oUser = User::get($iUserID); - //} - + $sQuery = "SELECT * FROM $default->owl_users_table WHERE id = $iUserID"; $aDisplayColumns = array("name","email", "mobile", "email_notification", "sms_notification"); $aStoreColumns = array("name","email", "mobile", "email_notification", "sms_notification") ; @@ -65,7 +62,7 @@ function getEditPageSuccess() { $sToRender .= "