Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 1299... Línea 1299...
1299
function stats_get_view_actions() {
1299
function stats_get_view_actions() {
1300
    return array('view','view all','history');
1300
    return array('view','view all','history');
1301
}
1301
}
Línea 1302... Línea 1302...
1302
 
1302
 
1303
function stats_get_post_actions() {
1303
function stats_get_post_actions() {
-
 
1304
    return ['add', 'delete', 'edit', 'add mod', 'delete mod', 'edit section', 'enrol', 'loginas', 'new', 'unenrol', 'update',
1304
    return array('add','delete','edit','add mod','delete mod','edit section'.'enrol','loginas','new','unenrol','update','update mod');
1305
            'update mod'];
Línea 1305... Línea 1306...
1305
}
1306
}
1306
 
1307