--- ECHO_content/ECHO_helpers.py 2012/08/27 09:45:33 1.103.2.5 +++ ECHO_content/ECHO_helpers.py 2012/09/03 14:48:22 1.103.2.7 @@ -34,7 +34,7 @@ def normalizeCt(str): #str= str.replace(" ","_") return str.replace("-"," ").lower() -#decode and compress for xmlrpc communication with OSAS_server +#decode and compress for xmlrpc communication def encodeRPC(string): return base64.encodestring(bz2.compress(string)) @@ -252,6 +252,7 @@ class ECHO_basis: return self.unicodify(getattr(self,'description','')); + def getTitle(self): """title""" if hasattr(self,'getLanguage'):