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
portfolio: MDL-16417 - Adding googledocs/picasa plugins
[moodle.git]
/
portfolio
/
type
/
picasa
/
db
/
events.php
1
<?php // $Id$
2
3
$handlers = array (
4
'user_deleted' => array (
5
'handlerfile' => '/portfolio/type/picasa/lib.php',
6
'handlerfunction' => 'portfolio_picasa_user_deleted',
7
'schedule' => 'cron'
8
),
9
);
10
11
?>