[cpif] r353 - trunk/backend

svn at argo.es svn at argo.es
Mon Sep 10 19:36:14 CEST 2007


Author: jcea
Date: Mon Sep 10 19:35:38 2007
New Revision: 353

Log:
Mas soporte de hilos 'sticky'

Modified:
   trunk/backend/database.py

Modified: trunk/backend/database.py
==============================================================================
--- trunk/backend/database.py	(original)
+++ trunk/backend/database.py	Mon Sep 10 19:35:38 2007
@@ -509,7 +509,7 @@
   stickies=metatag["sticky_threads"]
   r=[(hilo2last_msg[hilo_num],hilo_num) for hilo_num in stickies]
   r.sort()
-  r.reversed()
+  r.reverse()
   for dummy,hilo_num in r :
     hilo=hilos["hilo_num"]
 # If we modified the data returned, we must adjust also the peer "plain threads" function.



More information about the cpif mailing list