portfolio: MDL-16417 - Adding googledocs/picasa plugins
[moodle.git] / portfolio / type / picasa / db / events.php
1 <?php // $Id$
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 );
11 ?>