Diff for /ECHO_content/Attic/ECHO_root.py between versions 1.1.2.3 and 1.1.2.4

version 1.1.2.3, 2013/08/05 08:20:10 version 1.1.2.4, 2013/08/08 13:00:19
Line 776  class ECHO_root(Folder,Persistent,Implic Line 776  class ECHO_root(Folder,Persistent,Implic
         "export all collections"          "export all collections"
         import json          import json
         collections = self.ZopeFind(self,obj_metatypes=['ECHO_collection','ECHO_group'],search_sub=1)          collections = self.ZopeFind(self,obj_metatypes=['ECHO_collection','ECHO_group'],search_sub=1)
           #collections = self.ZopeFind(self,obj_metatypes=['ECHO_group'],search_sub=1)
                   
         ret={}          ret={}
         for collection in collections:          for collection in collections:

Removed from v.1.1.2.3  
changed lines
  Added in v.1.1.2.4


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