[horde] Horde_Db 2.1.0 trashed Installation
lst_hoe02 at kwsoft.de
lst_hoe02 at kwsoft.de
Wed Mar 5 09:15:10 UTC 2014
Zitat von Jan Schneider <jan at horde.org>:
> Zitat von lst_hoe02 at kwsoft.de:
>
>> Zitat von lst_hoe02 at kwsoft.de:
>>
>>> Ok, will try out and let you (and maybe others) know about the results.
>>>
>>> Thanks
>>>
>>> Andreas
>>
>> Close but not there :-(
>>
>>
>> in horde/config/hooks.php:
>>
>> class Horde_Hooks
>> {
>> // PREFERENCES INIT: See above for documentation.
>> public function prefs_init($pref, $value, $username, $scope_ob)
>> {
>> switch ($pref) {
>> case 'from_addr':
>> // You are responsible for bringing in to the local scope any
>> // information you need. You can "global" anything else you
>> // need.
>> //
>> // Returns an address: either just the user@ side or a full
>> // address.
>>
>> $db_results =
>> $GLOBALS['injector']->getInstance('Horde_Db_Adapter')
>> ->selectValues('SELECT alias FROM
>> postfix_virtual_aliases WHERE user_uid = ?',
>>
>> array($GLOBALS['registry']->getAuth())
>> );
>> return array($db_results);
>
> $db_results already contains an array of values, don't wrap it into
> another array.
Ok, is now return &db_results;
>>
>> }
>> }
>> }
>>
>>
>>
>> in horde/config/prefs.local.php :
>>
>> $_prefs['from_addr'] = array(
>> 'value' => '',
>
> This needs to be an empty array, not a string, since you changed the
> type to enum.
Not sure about this. Should it be 'value' => array(), ??
Thanks
Andreas
More information about the horde
mailing list