antville/code/Comment/filterFunctions.js
2001-06-18 08:57:33 +00:00

8 lines
No EOL
211 B
JavaScript

/**
* function filters comments
* only toplevel-comments should appear as subnodes of story
*/
function filter() {
this.subnodeRelation = "WHERE PARENT_ID = " + this.__id__ + " ORDER BY CREATETIME asc";
}