summaryrefslogtreecommitdiff
path: root/src/monoize.sml
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@mit.edu>2015-05-20 13:50:49 -0400
committerGravatar Benjamin Barenblat <bbaren@mit.edu>2015-05-20 13:50:49 -0400
commit7ea9d17bad72cf2829c75d8d241fafa70b2c9b94 (patch)
tree170320af7177fe9e033d376d3b70e45a8dccb942 /src/monoize.sml
parent2721267f40e35a3a2acfa8ee332bda454823ef83 (diff)
parent5c118b9e9a58e0ae09ddd74bea2a9823badb9ba5 (diff)
Merge branch 'upstream' into dfsg_clean20150520+dfsg
Diffstat (limited to 'src/monoize.sml')
-rw-r--r--src/monoize.sml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/monoize.sml b/src/monoize.sml
index 59c5d2ea..bac82f55 100644
--- a/src/monoize.sml
+++ b/src/monoize.sml
@@ -3402,7 +3402,7 @@ fun monoExp (env, st, fm) (all as (e, loc)) =
strH s',
(L'.EStrcat (
(L'.EJavaScript (L'.Attribute, e), loc),
- strH ");return false'"), loc)),
+ strH ")'"), loc)),
loc)), loc),
fm)
end
@@ -4682,8 +4682,8 @@ fun monoize env file =
(L'.EDml (str
(foldl (fn ((x, _), s) =>
s ^ ", " ^ Settings.mangleSql x ^ " = NULL")
- ("UPDATE uw_"
- ^ tab
+ ("UPDATE "
+ ^ Settings.mangleSql tab
^ " SET "
^ Settings.mangleSql x
^ " = NULL")