diff --git a/sql/initid.sh b/sql/initid.sh index d3dfe5af..4b62f6f2 100755 --- a/sql/initid.sh +++ b/sql/initid.sh @@ -19,7 +19,7 @@ process() # addid() { - msg="1.newid.idname=$1${fldsep}idvalue=$2" + msg="newid.$1.idname=$1${fldsep}idvalue=$2" process "$msg" } #