Diff for /OSAS/OSA_system/OSAS_addfiles.py between versions 1.15 and 1.16

version 1.15, 2004/01/29 10:19:38 version 1.16, 2004/02/29 23:02:22
Line 237  class OSAS_add_contextData(Folder): Line 237  class OSAS_add_contextData(Folder):
                   
         exec("collection_object=self"+collection)          exec("collection_object=self"+collection)
                   
         ECHO_collection.manage_AddECHO_resource(collection_object,context,science,practice,source_type,period,id,title,label,description,content_type,responsible,link,metalink,credits,weight,RESPONSE=None)          ECHO_collection.manage_addECHO_resource(collection_object,id,title,label,description,content_type,responsible,link,metalink,credits,weight,RESPONSE=None)
         #print "HI5"          #print "HI5"
         try:          try:
             getattr(collection_object,id).ECHO_getResourceMD()              getattr(collection_object,id).ECHO_getResourceMD()

Removed from v.1.15  
changed lines
  Added in v.1.16


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>