Author:   Lars Michelsen <[email protected]>
Date:     Mon Nov 14 14:58:42 2011 +0100
Committer:   Lars Michelsen <[email protected]>
Commit-Date: Mon Nov 14 14:58:42 2011 +0100

code formating

---

 share/server/core/classes/GlobalMainCfg.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/share/server/core/classes/GlobalMainCfg.php 
b/share/server/core/classes/GlobalMainCfg.php
index fd50a76..68cc7b4 100644
--- a/share/server/core/classes/GlobalMainCfg.php
+++ b/share/server/core/classes/GlobalMainCfg.php
@@ -1720,7 +1720,7 @@ class GlobalMainCfg {
             // Loop all sections to find the last defined backend
             foreach($this->config AS $type => $vars) {
                 // If the current section is a backend
-                        if(preg_match('/^backend_/', $type)) {
+                if(preg_match('/^backend_/', $type)) {
                     $lastBackendIndex = $i;
                 }
                 $i++;


------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to