Revision: 1037
          http://mrbs.svn.sourceforge.net/mrbs/?rev=1037&view=rev
Author:   jberanek
Date:     2009-02-27 23:22:59 +0000 (Fri, 27 Feb 2009)

Log Message:
-----------
* Fixed syntax error reported on the mailing list.

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

Modified: mrbs/trunk/web/auth_db_ext.inc
===================================================================
--- mrbs/trunk/web/auth_db_ext.inc      2009-02-26 20:53:05 UTC (rev 1036)
+++ mrbs/trunk/web/auth_db_ext.inc      2009-02-27 23:22:59 UTC (rev 1037)
@@ -39,7 +39,7 @@
 
   $user = strtolower($user);
 
-  if (empty($auth['db_ext']['db_system'])
+  if (empty($auth['db_ext']['db_system']))
   {
     $auth['db_ext']['db_system'] = 'mysql';
   }


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

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to