Explorar el Código

exporting mysql query into function

dpacaud hace 12 años
padre
commit
d9c7a90c26
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      mysql-backend.js

+ 3 - 2
mysql-backend.js

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