Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
MDL-24211 events subsystem cleanup and improvements
[moodle.git]
/
portfolio
/
googledocs
/
db
/
events.php
1
<?php
2
3
$handlers = array (
4
'user_deleted' => array (
5
'handlerfile' => '/portfolio/googledocs/lib.php',
6
'handlerfunction' => 'portfolio_googledocs_user_deleted',
7
'schedule' => 'cron',
8
'internal' => 0,
9
),
10
);
11
12