Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
moodle
moodle
Commits
7a395b89
Commit
7a395b89
authored
Jan 15, 2011
by
Petr Skoda
Browse files
conversion todo
parent
32230603
Changes
1
Hide whitespace changes
Inline
Side-by-side
import.php
View file @
7a395b89
...
...
@@ -68,7 +68,7 @@ $mform->set_data(array('id'=>$cm->id));
/// If data submitted, then process and store.
if
(
$mform
->
is_cancelled
())
{
if
(
empty
(
$chapter
->
id
))
{
if
(
empty
(
$chapter
->
id
))
{
//TODO: problem
redirect
(
"view.php?id=
$cm->id
"
);
}
else
{
redirect
(
"view.php?id=
$cm->id
&chapterid=
$chapter->id
"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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