Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 52a2a5ebbf727a0ed66cdb9fb4158fdb > files > 5

horde-ingo-1.2.2-1mdv2010.0.noarch.rpm

<?php
/**
 * Ingo Hooks configuration file.
 *
 * THE HOOKS PROVIDED IN THIS FILE ARE EXAMPLES ONLY.  DO NOT ENABLE THEM
 * BLINDLY IF YOU DO NOT KNOW WHAT YOU ARE DOING.  YOU HAVE TO CUSTOMIZE THEM
 * TO MATCH YOUR SPECIFIC NEEDS AND SYSTEM ENVIRONMENT.
 *
 * For more information please see the horde/config/hooks.php.dist file.
 *
 * $Horde: ingo/config/hooks.php.dist,v 1.1.2.1 2007/12/20 14:05:46 jan Exp $
 */

// Here is an example _ingo_hook_vacation_addresses function to set the
// default addresses used for the vacation module in Ingo. If you don't want
// to lock users to the list of addresses provided by this hook, you also need
// to disable the appropriate setting in Ingo's configuration.

// if (!function_exists('_ingo_hook_vacation_addresses')) {
//     function _ingo_hook_vacation_addresses($user = null)
//     {
//         return array($user . '@example.com', $user . '@foobar.com');
//     }
// }