FCLT#77238 syntax-fout; onterecht dubbele enkele quotes
svn path=/Website/trunk/; revision=59581
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user