Commit | Line | Data |
---|---|---|
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', |
650462df PS |
7 | 'schedule' => 'cron', |
8 | 'internal' => 0, | |
ee91cf95 | 9 | ), |
10 | ); | |
11 | ||
4317f92f | 12 |