[cpif] r130 - trunk/frontend-web

svn at argo.es svn at argo.es
Wed Jun 6 21:09:37 CEST 2007


Author: jcea
Date: Wed Jun  6 21:09:14 2007
New Revision: 130

Log:
Ejem...

Modified:
   trunk/frontend-web/url_nuevo_hilo_POST.py

Modified: trunk/frontend-web/url_nuevo_hilo_POST.py
==============================================================================
--- trunk/frontend-web/url_nuevo_hilo_POST.py	(original)
+++ trunk/frontend-web/url_nuevo_hilo_POST.py	Wed Jun  6 21:09:14 2007
@@ -4,6 +4,7 @@
 
 @monitor
 def gestiona_url(conn,handler,path,usuario) :
+  import database
   if len(path)!=2 : return None
   try :
     metatag=int(path[1])
@@ -18,7 +19,6 @@
   titulo=cgi.escape(cuerpo.getfirst("titulo"))
   texto=cgi.escape(cuerpo.getfirst("texto"))
   texto=texto.replace("\r","").replace("\n","<br>\r\n")
-  import database
   database.mensaje_add(conn,texto,usuario,titulo=titulo,metatag=metatag)
   return (302,"/indice/%d" %metatag,"")
 



More information about the cpif mailing list