[mimp] Re: MIMP & Palm Treo 600

Eugene eacosta at eugene.cc
Fri Feb 4 00:36:29 PST 2005


Chuck Hagenbuch <chuck <at> horde.org> writes:

> 
> 
> It's done in CVS and will be in the next Horde release; that info is 
> all I needed. Thanks.
> 
> -chuck
> 

Hi...  I just updated to the "new" version of Horde 3.0.3 RC1 and my test.php 
page shows as so.  But when I load the start page, it still loads the regular 
IMP page and not the MIMP page.  I did check the Browser.php file and noticed 
this statement:

elseif (strpos($this->_lowerAgent, 'elaine/') !== false ||
                      strpos($this->_lowerAgent, 'blazer') !== false ||
                      strpos($this->_lowerAgent, 'digital paths') !== false) {
                $this->setBrowser('palm');
                $this->setFeature('images', false);
                $this->setFeature('frames', false);
                $this->setFeature('javascript', false);
                $this->setQuirk('avoid_popup_windows');
                $this->_mobile = true; )

But it seems to not be working...

Thanks ahead of time,
Eugene



More information about the mimp mailing list