alsmanager_lib 3.0.115 → 3.0.116

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
@@ -11151,7 +11151,7 @@ function updateSite(id_site, id_place, mark, floor, size) {
11151
11151
 
11152
11152
  function writeSiteDestination(id_site, id_place, date_start, date_end, name, funzione) {
11153
11153
  var dt_start = convertDateToStringDB(date_start);
11154
- var dt_end = '2999-12-31';
11154
+ var dt_end = convertDateToStringDB(date_end);
11155
11155
 
11156
11156
  var query = "insert into site_destinations (id_site, id_place, date_start, date_end, name, type) values ";
11157
11157
  query += "(" + id_site + ", ";
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  ".": "./lib/modules.js",
5
5
  "./dbconn": "./lib/dbconn.js"
6
6
  },
7
- "version": "3.0.115",
7
+ "version": "3.0.116",
8
8
  "description": "Funzioni per ALSManager",
9
9
  "license": "ISC",
10
10
  "author": "Luca Cattani",