[prev in list] [next in list] [prev in thread] [next in thread] 

List:       twig
Subject:    Re: [Twig] TWIG 2.8.1 test and pgsql-new
From:       "Aaron Stone" <aaron () serendipity ! palo-alto ! ca ! us>
Date:       2005-01-14 10:43:19
Message-ID: twig.1105699399.95523 () serendipity ! palo-alto ! ca ! us
[Download RAW message or body]

Oops, I noticed the typo to while testing. It's now in CVS and will be
included in the next release of TWIG. Thanks for the bug report and
testing!

Aaron


On Fri, Jan 14, 2005, Dirk Meyer <myd@pma-online.de> said:

> This didn't work ...
> closing ")" was wrong.
> 
> But this lines do work:
> 
>                 foreach( explode(",", $val["config"] ) as $fi_config)
>                         $installed[$fi_config] = true;
> 
> 
> Aaron Stone wrote:
> 
>>Try this out for a fix:
>>
>>About line 274 of test.php, in the while loop below the databases array:
>>
>>Replace:
>>                $installed[$val["config"]] = true;
>>With:
>>                foreach( explode(",", $val["config"] as $config) )
>>                        $installed[$config] = true;
>>
>>And let me know if that works for you.
>>  
>>
> 
> regards,
> Dirk Meyer
> 
> 
> _______________________________________________
> Twig mailing list
> Twig@informationgateway.org
> http://informationgateway.org/mailman/listinfo/twig
> 

-- 



_______________________________________________
Twig mailing list
Twig@informationgateway.org
http://informationgateway.org/mailman/listinfo/twig
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic