Incorrect "Edit privileges" link generated after a user creation (AJAX)

This commit is contained in:
Marc Delisle
2011-01-08 07:36:44 -05:00
parent ff10167d6d
commit 5c47f19ce8

View File

@@ -1411,7 +1411,7 @@ if( $GLOBALS['is_ajax_request'] && !isset($_REQUEST['export']) && !isset($_REQUE
$new_user_string .='</td>'; $new_user_string .='</td>';
$new_user_string .= '<td>'.sprintf($link_edit, urlencode($username), urlencode($host), '', '' ).'</td>'."\n"; $new_user_string .= '<td>'.sprintf($link_edit, urlencode($username), urlencode($hostname), '', '' ).'</td>'."\n";
$new_user_string .= '<td>'.sprintf($link_export, urlencode($username), urlencode($hostname), (isset($initial) ? $initial : '')).'</td>'."\n"; $new_user_string .= '<td>'.sprintf($link_export, urlencode($username), urlencode($hostname), (isset($initial) ? $initial : '')).'</td>'."\n";
$new_user_string .= '</tr>'; $new_user_string .= '</tr>';