Diff for /OSAS/OSA_system/OSAS_addfiles.py between versions 1.44 and 1.45

version 1.44, 2006/02/14 16:43:49 version 1.45, 2006/02/17 14:42:30
Line 381  class OSAS_add_contextData(Folder): Line 381  class OSAS_add_contextData(Folder):
             return "An Error occured adding the resource\n", collection,params              return "An Error occured adding the resource\n", collection,params
                   
         #print collection+"/"+id+"/copyIndex_meta2echo_resource"          #print collection+"/"+id+"/copyIndex_meta2echo_resource"
           #TODO: fehler falls generate label oder title nicht funktioniert abfangen, bei ECHO geht das z.B. manchmal nicht.
         urllib.urlopen(collection+"/"+id+"/copyIndex_meta2echo_resource").read()          urllib.urlopen(collection+"/"+id+"/copyIndex_meta2echo_resource").read()
         #print "copy2res"          #print "copy2res"
     try:      try:

Removed from v.1.44  
changed lines
  Added in v.1.45


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