forked from extern/egroupware
fixed stupid typos and converted to lang function
This commit is contained in:
parent
6bf26a5bca
commit
68061ea984
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
$phpgw_info["flags"]["currentapp"] = "preferences";
|
$phpgw_info["flags"]["currentapp"] = "preferences";
|
||||||
include("../header.inc.php");
|
include("../header.inc.php");
|
||||||
$phpgw->include_lang("nntp");
|
$phpgw->translation->add_app("nntp");
|
||||||
function get_tg()
|
function get_tg()
|
||||||
{
|
{
|
||||||
global $phpgw;
|
global $phpgw;
|
||||||
@ -102,8 +102,7 @@
|
|||||||
|
|
||||||
$first = min($nntpavailgroups["con"]);
|
$first = min($nntpavailgroups["con"]);
|
||||||
|
|
||||||
$common_hidden_vars = $phpgw->form_sessionid() . "\n"
|
$common_hidden_vars = "<input type=\"hidden\" name=\"start\" value=\"".$start."\">\n"
|
||||||
. "<input type=\"hidden\" name=\"start\" value=\"".$start."\">\n"
|
|
||||||
. "<input type=\"hidden\" name=\"first\" value=\"".$first."\">\n"
|
. "<input type=\"hidden\" name=\"first\" value=\"".$first."\">\n"
|
||||||
. "<input type=\"hidden\" name=\"tg\" value=\"".$tg."\">\n"
|
. "<input type=\"hidden\" name=\"tg\" value=\"".$tg."\">\n"
|
||||||
. "<input type=\"hidden\" name=\"usercon\" value=\"".$usercon."\">\n"
|
. "<input type=\"hidden\" name=\"usercon\" value=\"".$usercon."\">\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user