alsmanager_lib 2.0.97 → 2.0.98

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/modules.js +1 -1
  2. package/package.json +1 -1
package/lib/modules.js CHANGED
@@ -8595,7 +8595,7 @@ function selectDocumentsMySQL(tipo, anno_emissione) {
8595
8595
  return query;
8596
8596
  }
8597
8597
 
8598
- function selectDocuments(tipo, anno_emissione) {
8598
+ function selectDocuments(db_used, tipo, anno_emissione) {
8599
8599
  var query = "";
8600
8600
  if (db_used) {
8601
8601
  switch (db_used) {
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  ".": "./lib/modules.js",
5
5
  "./dbconn": "./lib/dbconn.js"
6
6
  },
7
- "version": "2.0.97",
7
+ "version": "2.0.98",
8
8
  "description": "Funzioni per ALSManager",
9
9
  "license": "ISC",
10
10
  "author": "Luca Cattani",