[gollem] Patch to make show_dotfiles work

Pavel Chytil pchytil@asp.ogi.edu
Fri, 1 Mar 2002 13:28:34 -0800


I am not sure, but did you miss one bracket on line 249 in
/work/wwwmail/horde/gollem/lib/Gollem.php?

asp# diff -r /work/wwwmail/horde/gollem/lib/Gollem.php
/work/wwwmail/horde/gollem/lib/Gollem.php.old
249c249
<                 if (empty($GLOBALS['gollem']['show_dotfiles']) &&
(substr($file['name'], 0, 1) === '.')) {
---
>                 if (empty($GLOBALS['gollem']['show_dotfiles'] &&
(substr($file['name'], 0, 1) === '.')) {

Pavel

Quoting Chuck Hagenbuch <chuck@horde.org>:

> Quoting "Marcus I. Ryan" <marcus@riboflavin.net>:
> 
> > NOTE: This patch needs to either have show_dotfiles removed from
> > server.php.dist or needs to have it set to a boolean value.  The value
> > in the servers.php file overrides the global in conf.php.
> 
> Committed, thanks!
> 
> -chuck
> 
> --
> Charles Hagenbuch, <chuck@horde.org>
> "A dream which helps you to live your reality with dignity
>  and justice is a good dream." - Tariq Ramadan
> 
> -- 
> Gollem mailing list: http://horde.org/gollem/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: gollem-unsubscribe@lists.horde.org
>