[grisbi-cvs] grisbi-web/newsportal thread.php,1.5,1.6

NIEL GĂ©rald gegeweb at users.sourceforge.net
Tue May 25 22:21:04 CEST 2010


Update of /cvsroot/grisbi/grisbi-web/newsportal
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv14840/newsportal

Modified Files:
	thread.php 
Log Message:

site integration

Index: thread.php
===================================================================
RCS file: /cvsroot/grisbi/grisbi-web/newsportal/thread.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- thread.php	25 May 2010 20:02:55 -0000	1.5
+++ thread.php	25 May 2010 20:21:02 -0000	1.6
@@ -63,14 +63,14 @@
       }
     }
   
-    thread_pageselect($group,$pagecount,$first);
+    thread_pageselect($group,$pagecount,$first,$lang);
     echo '</td>';
   } else {
     $first=0;
     $last=$article_count;
   }
   echo '</tr></table>';
-  thread_show($headers,$group,$first,$last);
+  thread_show($headers,$group,$first,$last,$lang);
 } else {
   echo $text_register["no_access_group"];
 }



More information about the cvs mailing list