--- ECHO_content/VLPExtension.py 2004/05/28 15:01:43 1.3 +++ ECHO_content/VLPExtension.py 2004/06/04 10:04:16 1.5 @@ -24,8 +24,8 @@ class VLP_collection(ECHO_collection): ) def VLP_path_configForm(self): - """change path""" - pt=PageTemplateFile('Products/ECHO_content/vlp/ChangeVLPPath.zpt').__of__(self) + """change pt""" + path=PageTemplateFile('Products/ECHO_content/vlp/ChangeVLPPath.zpt').__of__(self) return pt() def VLP_path_config(self,path,RESPONSE=None): @@ -56,7 +56,7 @@ class VLP_collection(ECHO_collection): """updateMD""" files=os.listdir(self.path) for fileName in files: - if fileName[0:5]=="lit11": + if fileName[0:3]=="lit": genObj=getattr(self,fileName) genObj.copyIndex_meta2echo_resource() genObj.generate_title()