function renamed
This commit is contained in:
parent
51ec7f2633
commit
bc550013e3
@ -86,7 +86,7 @@ for ($i = 0; $i < $num_fields; $i++) {
|
||||
if (! empty($regenerate)) {
|
||||
// An error happened with previous inputs, so we will restore the data
|
||||
// to embed it once again in this form.
|
||||
$row = PMA_getRowDataForRestoration(
|
||||
$row = PMA_getRowDataForRegeneration(
|
||||
isset($submit_fulltext) ? $submit_fulltext : null
|
||||
);
|
||||
|
||||
|
||||
@ -382,13 +382,13 @@ function PMA_getMoveColumns($db, $table)
|
||||
}
|
||||
|
||||
/**
|
||||
* Function to get row data for restoring previous when error occured.
|
||||
* Function to get row data for regenerating previous when error occured.
|
||||
*
|
||||
* @param array $submit_fulltext submit full text
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
function PMA_getRowDataForRestoration($submit_fulltext)
|
||||
function PMA_getRowDataForRegeneration($submit_fulltext)
|
||||
{
|
||||
$row['Field'] = isset($_REQUEST['field_name'][$i])
|
||||
? $_REQUEST['field_name'][$i]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user