On 04/11/13 21:06, davemds wrote: > davemds pushed a commit to branch master. > > http://git.enlightenment.org/website/www.git/commit/?id=e52c3a073da872906bf7f7303dbc6ae639d9bf81 > > commit e52c3a073da872906bf7f7303dbc6ae639d9bf81 > Author: davemds <d...@gurumeditation.it> > Date: Mon Nov 4 22:06:45 2013 +0100 > > First step to fix the dev map, sorry to bug with some commits, but > google dont let me try the map locally > --- > public_html/p/contact/devsmap/en-body | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/public_html/p/contact/devsmap/en-body > b/public_html/p/contact/devsmap/en-body > index 7e0f1df..9b63b6a 100644 > --- a/public_html/p/contact/devsmap/en-body > +++ b/public_html/p/contact/devsmap/en-body > @@ -170,6 +170,9 @@ foreach ($dirs as $dir) > $devs[] = $dev; > } > > +$devs2 = developers_active(); > + > + > /* sort the devs array by nickname */ > function sort_by_irc($a, $b) { return strcasecmp($a["IRC"], $b["IRC"]); } > usort($devs, "sort_by_irc"); > @@ -178,6 +181,7 @@ usort($devs, "sort_by_irc"); > if (isset($_REQUEST["debug"])) > { > print "<hr><b>DEVS ARRAY</b><pre>"; print_r($devs); print "</pre><hr>"; > + print "<hr><b>DEVS ARRAY</b><pre>"; print_r($devs2); print "</pre><hr>"; > } > > > /******************************************************************************/ >
Thanks! -- Tom. ;) ------------------------------------------------------------------------------ November Webinars for C, C++, Fortran Developers Accelerate application performance with scalable programming models. Explore techniques for threading, error checking, porting, and tuning. Get the most from the latest Intel processors and coprocessors. See abstracts and register http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel