BUG 9298 No se puede cambiar los roles de los usuarios en PM SOLVED

- The wrong was due a validate of User ID
- was taken to validate of User ID for accept their own User ID.
This commit is contained in:
Marco Antonio Nina
2012-06-29 16:12:48 -04:00
parent f935f23e14
commit 307270a1f7

View File

@@ -32,4 +32,5 @@ $oHeadPublisher->assign('USR_UID', $aFields['USR_UID']);
$oHeadPublisher->assign('infoMode', true);
$oHeadPublisher->assign('canEdit', $canEdit);
$oHeadPublisher->assign('MAX_FILES_SIZE', ' (' . $UPLOAD_MAX_SIZE . ') ');
$oHeadPublisher->assign('MODE', '');
G::RenderPage('publish', 'extJs');