Conjunto de cambios d7a822e en sipes para cord/modules/user/user.admin.inc


Ignorar:
Fecha y hora:
23/05/2016 15:48:25 (hace 8 años)
Autor:
José Gregorio Puentes <jpuentes@…>
Branches:
stable, version-3.0
Children:
6f9ddf1
Parents:
b354002
Mensaje:

se agrego el directorio del cord

Fichero:
1 editado

Leyenda

No modificado
Añadido
Eliminado
  • cord/modules/user/user.admin.inc

    rb354002 rd7a822e  
    66 */
    77
     8/**
     9 * Page callback: Generates the appropriate user administration form.
     10 *
     11 * This function generates the user registration, multiple user cancellation,
     12 * or filtered user list admin form, depending on the argument and the POST
     13 * form values.
     14 *
     15 * @param string $callback_arg
     16 *   (optional) Indicates which form to build. Defaults to '', which will
     17 *   trigger the user filter form. If the POST value 'op' is present, this
     18 *   function uses that value as the callback argument.
     19 *
     20 * @return string
     21 *   A renderable form array for the respective request.
     22 */
    823function user_admin($callback_arg = '') {
    924  $op = isset($_POST['op']) ? $_POST['op'] : $callback_arg;
Nota: Vea TracChangeset para ayuda en el uso del visor de conjuntos de cambios.