4317f92f |
1 | <?php |
ee91cf95 |
2 | |
3 | $handlers = array ( |
4 | 'user_deleted' => array ( |
edf1fc35 |
5 | 'handlerfile' => '/portfolio/picasa/lib.php', |
4317f92f |
6 | 'handlerfunction' => 'portfolio_picasa_user_deleted', |
ee91cf95 |
7 | 'schedule' => 'cron' |
8 | ), |
9 | ); |
10 | |
4317f92f |
11 | |