Browse Source

exporting mysql query into function

dpacaud 12 years ago
parent
commit
d9c7a90c26
1 changed files with 3 additions and 2 deletions
  1. 3 2
      mysql-backend.js

+ 3 - 2
mysql-backend.js

@@ -93,8 +93,9 @@ StatdMySQLBackend.prototype.executeQuery = function(sqlQuerries) {
         });  
       }
     }
-  }
-});
+  });
+}
+