Logdestination resetten was nog niet meegekomen uit trunk
svn path=/Website/branches/v5.4.1/; revision=21124
This commit is contained in:
@@ -56,6 +56,10 @@
|
||||
if (sp.length < 2)
|
||||
continue;
|
||||
var nm = "puo_" + trimall(sp[0]).toLowerCase();
|
||||
// logdestination staat onbewust vaak op 3 ('ook naar database')
|
||||
// Die zetten we bij iedereen terug op de default 1 ('alleen putorders.log')
|
||||
if (nm == "puo_logdestination")
|
||||
continue;
|
||||
//
|
||||
var vd = sp[1].split(";");
|
||||
var vl = trimall(vd[0]);
|
||||
|
||||
Reference in New Issue
Block a user