Commit f38688b9 authored by Frank Bergmann's avatar Frank Bergmann

- Sencha TT:

  Fixed typos
parent c07bbea6
......@@ -813,6 +813,7 @@ ad_proc -private im_rest_get_object_type {
# Well, no object type except the ones above has a custom procedure,
# so we can deny access here:
set rest_otype_read_none_p 1
ns_log Notice "im_rest_get_object_type: Denying access to $rest_otype"
}
}
}
......
......@@ -722,7 +722,7 @@ ad_proc -public im_rest_valid_sql {
set string [string trim $string]
set result 0
if {"" == $string || "cond" == $string || "query" == $string} { set result 1 }
if {"" == $string || "cond" == $string || "query" == $string || "val" == $string} { set result 1 }
# Show the application of rules for debugging
if {$debug} {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment