Enlightenment CVS committal

Author  : mekius
Project : web
Module  : www

Dir     : web/www/p/about/people


Modified Files:
        en-body 


Log Message:
Argh, /dev -> /devs

===================================================================
RCS file: /cvs/e/web/www/p/about/people/en-body,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- en-body     13 Jun 2007 04:30:54 -0000      1.5
+++ en-body     13 Jun 2007 04:35:19 -0000      1.6
@@ -1,5 +1,5 @@
 <?php
-$devspath = "/dev"; 
+$devspath = "/devs"; 
 
 //Exclude accounts that aren't actually devs
 $exclude = array('ewww');
@@ -48,7 +48,7 @@
     if (file_exists ($infopath)) 
     {
         $newdev = new dev ($infopath);
-        $developers [strtolower($newdev->irc_nick)] = $newdev;
+        $developers[strtolower($newdev->irc_nick)] = $newdev;
     }
 }
 



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to