fixed stupid typos and converted to lang function

This commit is contained in:
seek3r 2000-09-08 07:52:42 +00:00
parent 6bf26a5bca
commit 68061ea984

View File

@ -18,7 +18,7 @@
$phpgw_info["flags"]["currentapp"] = "preferences";
include("../header.inc.php");
$phpgw->include_lang("nntp");
$phpgw->translation->add_app("nntp");
function get_tg()
{
global $phpgw;
@ -102,8 +102,7 @@
$first = min($nntpavailgroups["con"]);
$common_hidden_vars = $phpgw->form_sessionid() . "\n"
. "<input type=\"hidden\" name=\"start\" value=\"".$start."\">\n"
$common_hidden_vars = "<input type=\"hidden\" name=\"start\" value=\"".$start."\">\n"
. "<input type=\"hidden\" name=\"first\" value=\"".$first."\">\n"
. "<input type=\"hidden\" name=\"tg\" value=\"".$tg."\">\n"
. "<input type=\"hidden\" name=\"usercon\" value=\"".$usercon."\">\n"