[dev] [commits] Horde branch master updated. 4dbc410dcbf1ec823ff6e1b1199f6233f40d30d9
Michael M Slusarz
slusarz at horde.org
Tue Feb 22 22:11:34 UTC 2011
Quoting Gunnar Wrobel <wrobel at horde.org>:
> Zitat von Michael M Slusarz <slusarz at horde.org>:
>
>
>> commit d7314ceb1327068f2c0791925f0b7766d5e000b9
>> Author: Michael M Slusarz <slusarz at curecanti.org>
>> Date: Sun Feb 20 23:32:22 2011 -0700
>>
>> Don't output IMAP literal debug data by default
>>
>> framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 41
>> +++++++++++++--
>> 1 files changed, 35 insertions(+), 6 deletions(-)
>>
>> http://git.horde.org/horde-git/-/commit/d7314ceb1327068f2c0791925f0b7766d5e000b9
>
> public function __construct(array $params = array())
> {
> $params = array_merge(array(
> 'debug_literal' => false
> ), $params);
>
> parent::__construct($params);
> }
>
> This does not have the desired effect as you run the $params array
> through array_filter() in the parent class and 'debug_literal' gets
> removed again. Consequently I'm getting
>
> Notice: Undefined index: debug_literal in
> /home/wrobel/environment/horde-glue/horde/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php on line
> 3725
Already fixed.
michael
--
___________________________________
Michael Slusarz [slusarz at horde.org]
More information about the dev
mailing list