# HG changeset patch # User HIROSE Yuuji # Date 1554544690 -32400 # Node ID 6daa70fbf97c5dd74410e4dac36df13e12690460 # Parent 83a9550ad56485d7af005c9bd48cc46661d930ac Inactivate diary.def diff -r 83a9550ad564 -r 6daa70fbf97c examples/sns/form/diary.def --- 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" diff -r 83a9550ad564 -r 6daa70fbf97c examples/sns/form/diary.def.notUSED --- /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" diff -r 83a9550ad564 -r 6daa70fbf97c s4-init.sh --- 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...