- removed explicit writing of prefix and suffix to response-object (helma's doing that from now on)
7 lines
No EOL
183 B
JavaScript
7 lines
No EOL
183 B
JavaScript
/**
|
|
* function renders the createtime of this log-entry
|
|
*/
|
|
|
|
function createtime_macro(param) {
|
|
res.write(param.format ? this.createtime.format(param.format) : this.createtime);
|
|
} |