[grisbi-cvs] grisbi-web/newsportal/lib thread.inc.php,1.6,1.7

NIEL Gérald gegeweb at users.sourceforge.net
Tue May 25 23:18:20 CEST 2010


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

Modified Files:
	thread.inc.php 
Log Message:

là... ça doit marcher...

Index: thread.inc.php
===================================================================
RCS file: /cvsroot/grisbi/grisbi-web/newsportal/lib/thread.inc.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- thread.inc.php	25 May 2010 21:12:50 -0000	1.6
+++ thread.inc.php	25 May 2010 21:18:18 -0000	1.7
@@ -640,8 +640,8 @@
     if ((isset($frame_article)) && ($frame_article != ""))
       $return .= 'target="'.$frame_article.'" ';
     $return .= 'href="'.$file_article.
-       '?id='.urlencode($c->number).'&group='.urlencode($group).'#'.
-       urlencode($c->number).'&lang='.$lang.'">';
+       '?id='.urlencode($c->number).'&group='.urlencode($group).'&lang='.$lang.'#'.
+       urlencode($c->number).'">';
   }
   $return.=$re.htmlspecialchars(substr(trim($c->subject),0,$thread_maxSubject));
   if($highlight)



More information about the cvs mailing list