Merge pull request #20947 from ns-info90/develop
Fix : php warning 8 / backup
This commit is contained in:
commit
294b432140
@ -257,7 +257,7 @@ if (in_array($type, array('mysql', 'mysqli'))) {
|
|||||||
}
|
}
|
||||||
if ($execmethod == 1) {
|
if ($execmethod == 1) {
|
||||||
// If we use the "exec" method for shell, we ask if we need to use the alternative low memory exec mode.
|
// If we use the "exec" method for shell, we ask if we need to use the alternative low memory exec mode.
|
||||||
print '<input type="checkbox" name="lowmemorydump" value="yes" id="lowmemorydump"'.(GETPOSTISSET('lowmemorydump') ? GETPOST('lowmemorydump', 'alpha') : getDolGlobalString('MAIN_LOW_MEMORY_DUMP') ? ' checked="checked"' : '').'" />';
|
print '<input type="checkbox" name="lowmemorydump" value="yes" id="lowmemorydump"'.((GETPOSTISSET('lowmemorydump') ? GETPOST('lowmemorydump', 'alpha') : getDolGlobalString('MAIN_LOW_MEMORY_DUMP')) ? ' checked="checked"' : '').'" />';
|
||||||
print '<label for="lowmemorydump">';
|
print '<label for="lowmemorydump">';
|
||||||
print $form->textwithpicto($langs->trans('ExportUseLowMemoryMode'), $langs->trans('ExportUseLowMemoryModeHelp'));
|
print $form->textwithpicto($langs->trans('ExportUseLowMemoryMode'), $langs->trans('ExportUseLowMemoryModeHelp'));
|
||||||
print '</label>';
|
print '</label>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user