Proyectos de Subversion Moodle

Rev

Rev 11 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 11 Rev 1441
Línea 127... Línea 127...
127
 
127
 
128
        // If table, retrofit information and, if everything works,
128
        // If table, retrofit information and, if everything works,
129
        // go to the table edit action
129
        // go to the table edit action
130
        } else {
130
        } else {
131
            // Get some params (table is mandatory here).
131
            // Get some params (table is mandatory here).
132
            $tableparam = required_param('table', PARAM_ALPHAEXT);
132
            $tableparam = required_param('table', PARAM_ALPHANUMEXT);
Línea 133... Línea 133...
133
            $afterparam = required_param('after', PARAM_ALPHAEXT);
133
            $afterparam = required_param('after', PARAM_ALPHANUMEXT);
134
 
134
 
135
            if (empty($tableparam) || empty($afterparam)) {
135
            if (empty($tableparam) || empty($afterparam)) {