Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
awit-dbackup
awit-dbackup
Commits
79cf32e2
Commit
79cf32e2
authored
Jan 23, 2012
by
Nigel Kukard
Browse files
Merge branch 'master' into v0.0.x
parents
c091f72d
fafceefc
Changes
1
Hide whitespace changes
Inline
Side-by-side
dbackup
View file @
79cf32e2
...
...
@@ -1481,7 +1481,7 @@ sub toArray
if (ref $param eq "ARRAY") {
return $param;
} else {
return [$param];
return [
split(/\n/,
$param
)
];
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment