[grisbi-cvs] grisbi-web/newsportal/lib thread.inc.php,1.8,1.9

NIEL GĂ©rald gegeweb at users.sourceforge.net
Thu May 27 07:15:08 CEST 2010


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

Modified Files:
	thread.inc.php 
Log Message:

remove php warning

Index: thread.inc.php
===================================================================
RCS file: /cvsroot/grisbi/grisbi-web/newsportal/lib/thread.inc.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- thread.inc.php	25 May 2010 21:30:58 -0000	1.8
+++ thread.inc.php	27 May 2010 05:15:05 -0000	1.9
@@ -724,7 +724,7 @@
  * Displays a part of the thread. This function is recursively called
  * It is used by thread_show
  */
-function thread_show_recursive(&$headers,&$liste,$depth,$tree,$group,$article_first=0,$article_last=0,&$article_count,$highlight=false,$lang) {
+function thread_show_recursive(&$headers,&$liste,$depth,$tree,$group,$article_first=0,$article_last=0,&$article_count,$highlight=false) {
   global $thread_treestyle;
   global $thread_show,$imgdir;
   global $file_article,$thread_maxSubject;



More information about the cvs mailing list