home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / komix / DATA.Z / d_projdbob.tcl < prev    next >
Text File  |  1997-10-07  |  249b  |  9 lines

  1. global ProjDbObj_associations_security
  2. set ProjDbObj_associations_security [ProjDbObj::associations]
  3.  
  4. proc ProjDbObj::associations {} {
  5.     regsub -all {roleSet} \
  6.     $ProjDbObj_associations_security "" associations
  7.     return $associations
  8. }
  9.