X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=www%2Ftdefine.egw;h=6f9e1af227aa36b86077297862c8932c5557dc87;hb=84081f9782ee28f9236b0974891f1d6b865992be;hp=bd8453bdce7f13f3650f2ed33c8b5799bab857e7;hpb=fa0ddb755d3a836e4e13cc05a6ba3eb6b0010958;p=egate.git diff --git a/www/tdefine.egw b/www/tdefine.egw index bd8453b..6f9e1af 100644 --- a/www/tdefine.egw +++ b/www/tdefine.egw @@ -4,7 +4,7 @@ { -# $Id: tdefine.egw,v 1.1 1996/01/24 14:14:19 adam Exp $ +# $Id: tdefine.egw,v 1.2 1996/01/24 16:59:28 adam Exp $ if {[info commands saveState] == ""} { source z39util.tcl @@ -20,18 +20,18 @@ set ok 1 if {[string length $name] == 0} { - html "You didn't specify a target name. You must specify" - html " a target name
\n" + html "You didn't specify a target name. A target name must " + html "be specified.
\n" set ok 0 } if {[string length $host] == 0} { - html "You didn't specify a target name. You must specify" - html " a host name
\n" + html "You didn't specify a target name. A host must " + html "be specified.
\n" set ok 0 } if {[string length $databases] == 0} { - html "You didn't specify any database(s). You must specify" - html " at least one database
\n" + html "You didn't specify any database(s). At least one database " + html "must be specified.
\n" set ok 0 } catch {unset item} @@ -62,9 +62,10 @@ html " search fields must be present
\n" set ok 0 } + set hostSpec [mergeHostSpec $host $databases] if {$ok} { global targets - set targets($host) [list \ + set targets($hostSpec) [list \ [join $name] \ $databases \ $attrList \