Browse Source

initid - change to match new ckdb msg format

master
kanoi 11 years ago
parent
commit
2da5cd5dc3
  1. 2
      sql/initid.sh

2
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"
}
#

Loading…
Cancel
Save