FCLT#77238 syntax-fout; onterecht dubbele enkele quotes

svn path=/Website/trunk/; revision=59581
This commit is contained in:
2023-03-14 13:47:43 +00:00
parent d12d6878b2
commit 2c9c1422fc

View File

@@ -133,7 +133,7 @@
{
var txt = "Scheduled export {0} error: {1}".format(export_app_id, e.description);
__Log(txt, { severity: "E" });
var sql = "BEGIN fac.putsystemnotification('{0}', 3); END;".format(safe.quoted_sql(txt)); // 3=portal+email
var sql = "BEGIN fac.putsystemnotification({0}, 3); END;".format(safe.quoted_sql(txt)); // 3=portal+email
Oracle.Execute(sql); // hopen dat dit wel lukt
}
__Log("End gen_export.wsf");