all log_mop call substituted with other log functions
[brisk.git] / web / Obj / dbase_pgsql.phh
index 1a05b70..1647617 100644 (file)
@@ -55,7 +55,7 @@ class DBConn
         }
 
         $out = new DBConn();
-        
+
         return $out;
     }
     function db()
@@ -84,8 +84,9 @@ class BriskDB
         log_main("BriskDB create:start");
         
         do {
-            if (($dbconn = DBConn::create()) == FALSE) 
+            if (($dbconn = DBConn::create()) == FALSE) {
                 break;
+            }
             
             $ret = new BriskDB($dbconn);
         } while (0);