Re: How to remove dew point
Brought to you by:
iridium
From: lee <dav...@bt...> - 2005-02-28 17:27:08
|
thanks Max, but sadly no change. Presumably all we have to do is reupload defaults.php and refresh the browser cache? Or do we have to go into config builder or something to get the new file recognised? lee (not a php programmer, hence my other request for help about the offset bug) Max Hammond wrote: > You probably want to define the exclude array as > > $this->properties['exclude'] = array( > 'runway','dew_c','dew_f' > ); > > Let me know if that works. > > Cheers, > > Max > > ------------------------------------------------------------------------ > *From:* php...@li... > [mailto:php...@li...] *On Behalf > Of *lee > *Sent:* 28 February 2005 03:39 > *To:* php...@li... > *Subject:* How to remove dew point > > > Also, I did this before (somehow) but can someone please tell me > how and where to force coding properly so that the dew-point > detail is not displayed in readings. > I've tried amending and reuploading defaults.php as shown below > but nothing has changed. > Thanks again, > lee > > / > /* The following options have been changed: */ > > /* mark_begin */ > $this->properties['mark_begin'] = ''; > > /* mark_end */ > $this->properties['mark_end'] = ''; > > /* exclude */ > $this->properties['exclude'] = array( > 'runway' > ); > $this->properties['exclude'] = array( > 'dew_c' > ); > $this->properties['exclude'] = array( > 'dew_f' > ); > > > ?> > > > > -- > > A perfect internet companion: LEE'S FREE MUSIC STATION > <http://launch.yahoo.com/lc/?rt=0&rp1=0&rp2=1453474498> > Example recent playlist HERE <http://www.incelsite.com/playlist.gif> > -- A perfect internet companion: LEE'S FREE MUSIC STATION <http://launch.yahoo.com/lc/?rt=0&rp1=0&rp2=1453474498> Example recent playlist HERE <http://www.incelsite.com/playlist.gif> |