Skip to content

Commit

Permalink
typo in json_bool
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyhede committed May 19, 2012
1 parent b60e64b commit 8304980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postsql.sql
Expand Up @@ -102,7 +102,7 @@
if (!ret) ret = ret[keys[i]];
}

-- if (ret != true || ret != false) ret = null;
// if (ret != true || ret != false) ret = null;

if (ret === true || ret === false) {
return ret;
Expand Down

0 comments on commit 8304980

Please sign in to comment.