Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
b3c32e25
Commit
b3c32e25
authored
Oct 05, 2009
by
Nigel McNie
Browse files
Remove a TODO that I've decided to do nothing about.
Signed-off-by:
Nigel McNie
<
nigel@catalyst.net.nz
>
parent
af004671
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/import/leap/lib.php
View file @
b3c32e25
...
...
@@ -310,7 +310,6 @@ class PluginImportLeap extends PluginImport {
uasort
(
$this
->
loadmapping
,
create_function
(
'$a, $b'
,
'return $a["score"] < $b["score"];'
));
foreach
(
$this
->
loadmapping
as
$entryid
=>
$strategydata
)
{
if
(
in_array
(
$entryid
,
$usedlist
))
{
// TODO: what should we do in this case?
$this
->
trace
(
"WARNING:
$entryid
has already been imported as part of a previous entry"
);
continue
;
}
...
...
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