Sophie

Sophie

distrib > Fedora > 13 > x86_64 > media > updates > by-pkgid > 9d4c71bd5a34a5c439fb1f50efd4a0e4 > files > 7

ingo-1.2.5-1.fc13.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');
//     }
// }