changeset 77:10bd684f07d2

Argument for getcache fixed
author HIROSE Yuuji <yuuji@gentei.org>
date Fri, 31 Jul 2015 23:53:56 +0900
parents 63d6f7829231
children 0cbbb0874eb5
files s4-funcs.sh
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/s4-funcs.sh	Fri Jul 31 23:53:12 2015 +0900
+++ b/s4-funcs.sh	Fri Jul 31 23:53:56 2015 +0900
@@ -2022,8 +2022,8 @@
 <input name="confirm" type=checkbox value="yes">はい</span>'
   fi
   # Image Cache dir
-  err genform: getcache=$2/$3
-  td=`getcachedir "$2/$3"`
+  err genform: getcache=$2/$rowid
+  td=`getcachedir "$2/$rowid"`
   while IFS=: read prompt name keytype type args; do
     [ -z "${prompt%%\#*}" ] && continue # skip comment line(#)
     sp="${args:+ }"

yatex.org