changeset 537:6daa70fbf97c

Inactivate diary.def
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 06 Apr 2019 18:58:10 +0900
parents 83a9550ad564
children 1c784b64d9f0
files examples/sns/form/diary.def examples/sns/form/diary.def.notUSED s4-init.sh
diffstat 3 files changed, 6 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/examples/sns/form/diary.def	Sat Apr 06 18:51:18 2019 +0900
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-タイトル:title:s:text:length="20" maxlength="40"
-曜日:wday:s:radio:日=sun 月=mon 火=tue 水=wed 木=thu 金=fri 土=sun
-本文:diary:s:textarea: rows="4" cols="30" maxlength="2048"
-stage:stage:s:hidden:value="diary"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/sns/form/diary.def.notUSED	Sat Apr 06 18:58:10 2019 +0900
@@ -0,0 +1,5 @@
+# プライマリキー(:p)がないと使えない(現状不要なので整備せず)
+タイトル:title:s:text:length="20" maxlength="40"
+曜日:wday:s:radio:日=sun 月=mon 火=tue 水=wed 木=thu 金=fri 土=sun
+本文:diary:s:textarea: rows="4" cols="30" maxlength="2048"
+stage:stage:s:hidden:value="diary"
--- a/s4-init.sh	Sat Apr 06 18:51:18 2019 +0900
+++ b/s4-init.sh	Sat Apr 06 18:58:10 2019 +0900
@@ -1,5 +1,5 @@
 #!/bin/sh
-type cgiinit >/dev/null 2.&1 || . `dirname $0`/s4-funcs.sh
+type cgiinit >/dev/null 2>&1 || . `dirname $0`/s4-funcs.sh
 
 create() {
   # $1=type $2=obj $3=defs...

yatex.org