. /** * Add event handlers for the googledocs portfolio. * * @package portfolio_googledocs * @category event * @copyright 2009 Penny Leach * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $handlers = array ( 'user_deleted' => array ( 'handlerfile' => '/portfolio/googledocs/lib.php', 'handlerfunction' => 'portfolio_googledocs_user_deleted', 'schedule' => 'cron', 'internal' => 0, ), );