[cpif] r385 - trunk/frontend-web

svn at argo.es svn at argo.es
Thu Oct 11 18:42:51 CEST 2007


Author: jcea
Date: Thu Oct 11 18:42:51 2007
New Revision: 385

Log:
Que se vea a quien va dirigido un hilo privado

Modified:
   trunk/frontend-web/url_nuevo_hilo_privado_POST.py

Modified: trunk/frontend-web/url_nuevo_hilo_privado_POST.py
==============================================================================
--- trunk/frontend-web/url_nuevo_hilo_privado_POST.py	(original)
+++ trunk/frontend-web/url_nuevo_hilo_privado_POST.py	Thu Oct 11 18:42:51 2007
@@ -37,7 +37,7 @@
     return None
   u2=usuarios.get(database.normaliza_nick(usuario))
 
-  titulo=cgi.escape(titulo)
+  titulo=cgi.escape("[%s] %s" %(u["nick"],titulo))
 
   error,texto2=parsers.convert_to_html(texto)
   if error :



More information about the cpif mailing list