Revision: 2249
          http://mrbs.svn.sourceforge.net/mrbs/?rev=2249&view=rev
Author:   jberanek
Date:     2012-01-17 19:34:40 +0000 (Tue, 17 Jan 2012)
Log Message:
-----------
* A fix for auth_ldap configuration variable handling, as supplied
 by Kevan Carstensen on the mailing list.

Modified Paths:
--------------
    mrbs/trunk/web/auth_ldap.inc

Modified: mrbs/trunk/web/auth_ldap.inc
===================================================================
--- mrbs/trunk/web/auth_ldap.inc        2012-01-14 16:42:08 UTC (rev 2248)
+++ mrbs/trunk/web/auth_ldap.inc        2012-01-17 19:34:40 UTC (rev 2249)
@@ -102,6 +102,10 @@
   }
 
   // Turn any non-array config items into arrays in $all_ldap_opts
+  if (!isset($count))
+  {
+    $count = 1;
+  }
   foreach ($config_items as $item)
   {
     if (!isset($$item))

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to