X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=www%2Ftargets.egw;fp=www%2Ftargets.egw;h=a9889fee125d1f84226ef989ff95b3f7153ef0db;hb=15bfeea050c1282aa6d53ad8bea324369832e40e;hp=143c721cffa7457f8b7d72e31b571ecc028f4c4f;hpb=3a8f973d3eae6f61c31340874c84610fd3a7f8e5;p=egate.git diff --git a/www/targets.egw b/www/targets.egw index 143c721..a9889fe 100644 --- a/www/targets.egw +++ b/www/targets.egw @@ -1,6 +1,6 @@ { -# $Id: targets.egw,v 1.11 1996/01/03 15:19:50 adam Exp $ +# $Id: targets.egw,v 1.12 1996/01/04 13:30:32 adam Exp $ source /usr/local/etc/httpd/conf/ztargets.conf if {[info commands saveState] == ""} { source z39util.tcl @@ -36,6 +36,7 @@ set tt [array names targets] set tn [lsort -command targetsCmp $tt] foreach t $tn { + if {[string index $t 0] == "."} continue html {
} [lindex $targets($t) 0] " \n" set desc [lindex $targets($t) 4]