debug show

This commit is contained in:
WEBER Antoine 2015-09-23 23:27:42 +02:00
parent 82d6893a14
commit e7839c1812
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ router.get('/:id', function(req, res, next) {
};
if(row.year != '' && row.year != null)
show[id].year = row.year;
shows[id].year = row.year;
},
//aprés toute les opération de la base
function(){