changeset 2609:5bc0d9a43143

adm
author ARAKI Tsuyohito <c113007@e.koeki-u.ac.jp>
date Fri, 23 Oct 2015 17:01:47 +0900
parents 3a69ba903d7a
children 6f3ed1513e66
files opencampus2015/admin/check.rb
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/opencampus2015/admin/check.rb	Fri Oct 23 17:00:33 2015 +0900
+++ b/opencampus2015/admin/check.rb	Fri Oct 23 17:01:47 2015 +0900
@@ -68,7 +68,7 @@
 pts += "</table>"
 
 
-system`sqlite3 -header on -mode html /sql/main.sq3`
+system `sqlite3 -mode html /sql/main.sq3`
 if c["SQ3"] == ""
 else
 upd = c["SQ3"]

yatex.org