Skip to content
Snippets Groups Projects
Commit 6f430589 authored by Prasad's avatar Prasad
Browse files

Users change owner popup should list admin users

parents d50e6020 82a7075b
No related branches found
No related tags found
No related merge requests found
......@@ -738,8 +738,8 @@ class Users_Record_Model extends Vtiger_Record_Model {
$noOfUsers = $db->num_rows($result);
$users = array();
if($noOfUsers > 0) {
$focus = new Users();
for($i=0; $i<$noOfUsers; ++$i) {
$focus = new Users();
$userId = $db->query_result($result, $i, 'id');
$focus->id = $userId;
$focus->retrieve_entity_info($userId, 'Users');
......
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