mirror of
https://github.com/webmin/webmin.git
synced 2025-07-20 16:48:46 +00:00
Use undef
instead of 0
#1513
This commit is contained in:
@ -206,7 +206,7 @@ if (!$in{'save'}) {
|
||||
$in{'drop'}, $in{'where_def'} ? undef : $in{'where'},
|
||||
$in{'charset_def'} ? undef : $in{'charset'},
|
||||
\@compat, \@tables, $access{'buser'}, $in{'single'},
|
||||
$in{'quick'}, 0, $in{'parameters'});
|
||||
$in{'quick'}, undef, $in{'parameters'});
|
||||
if ($err) {
|
||||
print &text('backup_ebackup',
|
||||
"<pre>".&html_escape($err)."</pre>"),"<p>\n";
|
||||
|
Reference in New Issue
Block a user