[grisbi-cvs] grisbi-web/newsportal/lib thread.inc.php,1.9,1.10
NIEL GĂ©rald
gegeweb at users.sourceforge.net
Thu May 27 21:38:04 CEST 2010
Update of /cvsroot/grisbi/grisbi-web/newsportal/lib
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv31246/newsportal/lib
Modified Files:
thread.inc.php
Log Message:
suite internationalisation : cache.
Index: thread.inc.php
===================================================================
RCS file: /cvsroot/grisbi/grisbi-web/newsportal/lib/thread.inc.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- thread.inc.php 27 May 2010 05:15:05 -0000 1.9
+++ thread.inc.php 27 May 2010 19:38:02 -0000 1.10
@@ -950,7 +950,7 @@
} else {
// exists a cached html-output?
$filename=$spooldir."/".$group."-".$article_first."-".
- $article_last.".html";
+ $article_last."-".$lang.".html";
if (!file_exists($filename)) {
// no, we need to create a new html-output
$output="";
@@ -965,7 +965,7 @@
reset($liste);
if (count($liste)>0) {
$output.=thread_show_recursive($headers,$liste,1,"",$group,$article_first,
- $article_last,$article_count,$lang);
+ $article_last,$article_count);
}
// cache the html-output
$file=fopen($filename,"w");
More information about the cvs
mailing list