Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/portfolio/picasa/db/events.php
Go to the documentation of this file.
00001 <?php
00002 
00003 $handlers = array (
00004     'user_deleted' => array (
00005          'handlerfile'      => '/portfolio/picasa/lib.php',
00006          'handlerfunction'  => 'portfolio_picasa_user_deleted',
00007          'schedule'         => 'cron',
00008          'internal'         => 0,
00009      ),
00010 );
00011 
00012 
 All Data Structures Namespaces Files Functions Variables Enumerations