Ignore:
Timestamp:
2007-12-20T16:16:12+13:00 (16 years ago)
Author:
dmn
Message:

essagedavidb gs3 building updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/perllib/colcfg.pm

    r14657 r14926  
    190190}
    191191
     192
     193sub use_collection {
     194   my ($site, $collection, $collectdir) = @_;
     195
     196   if ((defined $site) && ($site ne ""))
     197   {
     198       return &util::use_site_collection($site, $collection, $collectdir);
     199   }
     200   else
     201   {
     202       return &util::use_collection($collection, $collectdir);
     203   }
     204}
     205
     206
    1922071;
    193208
     209
Note: See TracChangeset for help on using the changeset viewer.