Re: [E-devel] E CVS: www mej

2007-05-31 Thread Chady Kassouf
On 5/31/07, Enlightenment CVS [EMAIL PROTECTED] wrote: Enlightenment CVS committal Author : mej Project : web Module : www Dir : web/www/p/news Modified Files: class.news.php latestnews.php Log Message: Wed May 30 20:03:24 2007Michael Jennings

Re: [E-devel] E CVS: www mej

2007-05-31 Thread Michael Jennings
On Thursday, 31 May 2007, at 09:51:14 (+0300), Chady Kassouf wrote: -$this-dirnews = p/news/.$_GET['l']; +if (isset($_GET['l']) (strlen($_GET['l']) == 2)) { + $this-lang = $_GET['l']; +} +$this-dirnews = p/news/ . $this-lang; This isn't a lot better either, Sure