Revision 1d653e86
Added by Chris Buechler about 9 years ago
src/usr/local/www/pkg_edit.php | ||
---|---|---|
1389 | 1389 |
$fieldname = $rowhelper['fieldname']; |
1390 | 1390 |
$fielddescr = $rowhelper['fielddescr']; |
1391 | 1391 |
|
1392 |
// If input validation failed, read the value from the POST data so that hte user's input is not lost
|
|
1392 |
// If input validation failed, read the value from the POST data so that the user's input is not lost
|
|
1393 | 1393 |
if ($get_from_post && isset($_POST[$fieldname.$rowcounter])) { |
1394 | 1394 |
$value = $_POST[$fieldname.$rowcounter]; |
1395 | 1395 |
} elseif (isset($id) && $a_pkg[$id]) { |
Also available in: Unified diff
fix typo