File: hide_comment_form.rb

package info (click to toggle)
tdiary-contrib 5.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,772 kB
  • sloc: ruby: 17,305; javascript: 8,263; lisp: 562; xml: 451; php: 61; sql: 40; makefile: 18
file content (4 lines) | stat: -rw-r--r-- 69 bytes parent folder | download | duplicates (7)
1
2
3
4
def hide_comment_form
	@conf.hide_comment_form = true
	return ''
end