forked from extern/egroupware
Replaced the hidden_var()s
This commit is contained in:
parent
ad1bddfcf7
commit
8ff6807a17
@ -27,7 +27,7 @@ if (! $submit) {
|
||||
|
||||
?>
|
||||
<form method="POST" acion="changepassword.php">
|
||||
<?php echo $phpgw->session->hidden_var(); ?>
|
||||
<?php echo $phpgw->form_sessionid(); ?>
|
||||
|
||||
<table border="0">
|
||||
<tr>
|
||||
|
@ -61,7 +61,7 @@
|
||||
?>
|
||||
|
||||
<form method="POST" ENCTYPE="multipart/form-data" action="changeprofile.php">
|
||||
<?php echo $phpgw->session->hidden_var(); ?>
|
||||
<?php echo $phpgw->form_sessionid(); ?>
|
||||
|
||||
<table border="0">
|
||||
<tr>
|
||||
|
@ -102,7 +102,7 @@
|
||||
|
||||
$first = min($nntpavailgroups["con"]);
|
||||
|
||||
$common_hidden_vars = $phpgw->session->hidden_var() . "\n"
|
||||
$common_hidden_vars = $phpgw->form_sessionid() . "\n"
|
||||
. "<input type=\"hidden\" name=\"start\" value=\"".$start."\">\n"
|
||||
. "<input type=\"hidden\" name=\"first\" value=\"".$first."\">\n"
|
||||
. "<input type=\"hidden\" name=\"tg\" value=\"".$tg."\">\n"
|
||||
|
@ -55,7 +55,7 @@
|
||||
if (! $submit) {
|
||||
?>
|
||||
<form method="POST" action="settings.php">
|
||||
<?php echo $phpgw->session->hidden_var(); ?>
|
||||
<?php echo $phpgw->form_sessionid(); ?>
|
||||
<table border=0>
|
||||
<tr>
|
||||
<td><?php echo lang_pref("max matchs per page"); ?>: </td>
|
||||
|
Loading…
Reference in New Issue
Block a user