Logs of changes.
[egate.git] / www / mtargets.egw
index fbcd44d..46cd770 100644 (file)
@@ -1,6 +1,6 @@
 <html>
 {
-# $Id: mtargets.egw,v 1.16 1996/03/05 18:50:25 adam Exp $
+# $Id: mtargets.egw,v 1.17 1996/03/08 16:47:05 adam Exp $
     set setNo 1
     source ztargets.conf
     if {[info commands saveState] == ""} {
@@ -54,8 +54,8 @@
     foreach t $tn {
         html {<dt>} [ lindex $targets($t) 0]
         html {<dd>}
-        set databases [lindex $targets($t) 1]
-
+        set databases [splitDatabaseSpec $t]
+        
         set desc [lindex $targets($t) 4]
         if {$desc != ""} {
             html "$desc<br>\n"