[vox-outreach] Odd link on Lugod site

Bill Kendrick nbs at sonic.net
Wed May 14 11:34:57 PDT 2008


On Wed, May 14, 2008 at 12:01:00AM -0700, Alex Mandel wrote:
> So on http://www.lugod.org/meeting/
> there's a link to http://www.lugod.org/meeting/giedthall/
> which says
> "This meeting will not be at Giedt Hall. We typically meet at the Davis 
> Public Library. However, please visit the meeting page for details.
> 
> You can still find out where we meet at Giedt Hall by going here."
> 
> I'm really not quite what this page is trying to say.

 if ($MTG_LOCATION == "giedt") { include("on.php"); }
  else { include("off.php"); }

should've said:

 if ($MTG_LOCATION == "giedthall") { include("on.php"); }
  else { include("off.php"); }

Thx, sorry I didn't notice it.

-- 
-bill!
bill at newbreedsoftware.com
http://www.newbreedsoftware.com/


More information about the vox-outreach mailing list