davemds pushed a commit to branch master. http://git.enlightenment.org/website/www.git/commit/?id=e52c3a073da872906bf7f7303dbc6ae639d9bf81
commit e52c3a073da872906bf7f7303dbc6ae639d9bf81 Author: davemds <[email protected]> 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>"; } /******************************************************************************/ --
