[grisbi-cvs] grisbi-web/newsportal/lib thread.inc.php,1.7,1.8
NIEL Gérald
gegeweb at users.sourceforge.net
Tue May 25 23:31:00 CEST 2010
Update of /cvsroot/grisbi/grisbi-web/newsportal/lib
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv25797/newsportal/lib
Modified Files:
thread.inc.php
Log Message:
site integration (y'a un truc qui cloche, mais où ?...)
Index: thread.inc.php
===================================================================
RCS file: /cvsroot/grisbi/grisbi-web/newsportal/lib/thread.inc.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- thread.inc.php 25 May 2010 21:18:18 -0000 1.7
+++ thread.inc.php 25 May 2010 21:30:58 -0000 1.8
@@ -640,7 +640,7 @@
if ((isset($frame_article)) && ($frame_article != ""))
$return .= 'target="'.$frame_article.'" ';
$return .= 'href="'.$file_article.
- '?id='.urlencode($c->number).'&group='.urlencode($group).'&lang='.$lang.'#'.
+ '?lang='.$lang.'&id='.urlencode($c->number).'&group='.urlencode($group).'#'.
urlencode($c->number).'">';
}
$return.=$re.htmlspecialchars(substr(trim($c->subject),0,$thread_maxSubject));
More information about the cvs
mailing list