[grisbi-cvs] grisbi-web/newsportal index.php, 1.4, 1.5 newsportal.php, 1.5, 1.6 thread.php, 1.6, 1.7
NIEL GĂ©rald
gegeweb at users.sourceforge.net
Tue May 25 23:10:11 CEST 2010
Update of /cvsroot/grisbi/grisbi-web/newsportal
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv22534/newsportal
Modified Files:
index.php newsportal.php thread.php
Log Message:
pourquoi faire simple ?...
Index: thread.php
===================================================================
RCS file: /cvsroot/grisbi/grisbi-web/newsportal/thread.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- thread.php 25 May 2010 20:21:02 -0000 1.6
+++ thread.php 25 May 2010 21:10:08 -0000 1.7
@@ -63,14 +63,14 @@
}
}
- thread_pageselect($group,$pagecount,$first,$lang);
+ thread_pageselect($group,$pagecount,$first);
echo '</td>';
} else {
$first=0;
$last=$article_count;
}
echo '</tr></table>';
- thread_show($headers,$group,$first,$last,$lang);
+ thread_show($headers,$group,$first,$last);
} else {
echo $text_register["no_access_group"];
}
Index: index.php
===================================================================
RCS file: /cvsroot/grisbi/grisbi-web/newsportal/index.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- index.php 25 May 2010 05:42:22 -0000 1.4
+++ index.php 25 May 2010 21:10:08 -0000 1.5
@@ -11,7 +11,7 @@
flush();
$newsgroups=groups_read($server,$port);
echo '<div class="np_index_groups">';
-groups_show($newsgroups,$lang);
+groups_show($newsgroups);
echo '</div>';
?>
Index: newsportal.php
===================================================================
RCS file: /cvsroot/grisbi/grisbi-web/newsportal/newsportal.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- newsportal.php 25 May 2010 05:42:22 -0000 1.5
+++ newsportal.php 25 May 2010 21:10:08 -0000 1.6
@@ -398,8 +398,9 @@
/*
* print the group names from an array to the webpage
*/
-function groups_show($gruppen,$lang) {
+function groups_show($gruppen) {
global $gl_age;
+ global $lang;
if ($gruppen == false) return;
global $file_thread,$text_groups;
$c = count($gruppen);
More information about the cvs
mailing list