- adress versus address issue in makestdadmin

This commit is contained in:
koennecke
2009-03-16 14:25:55 +00:00
parent 23d8518d70
commit c7f5857022

View File

@ -549,7 +549,10 @@ proc makestdadmin {} {
hfactory /instrument/experiment plain spy none hfactory /instrument/experiment plain spy none
hattach /instrument/experiment title title hattach /instrument/experiment title title
hattach /instrument/experiment user user hattach /instrument/experiment user user
hattach /instrument/experiment/user adress address set status [catch {hattach /instrument/experiment/user adress address} msg]
if {$status != 0} {
set status [catch {hattach /instrument/experiment/user address address} msg]
}
hattach /instrument/experiment/user phone phone hattach /instrument/experiment/user phone phone
hattach /instrument/experiment/user email email hattach /instrument/experiment/user email email
hfactory /instrument/experiment/datafilenumber script sicsdatanumber \ hfactory /instrument/experiment/datafilenumber script sicsdatanumber \