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
mahara
mahara
Commits
92bcabb3
Commit
92bcabb3
authored
Oct 26, 2006
by
Penny Leach
Browse files
removed a @todo I had fixed
parent
8a217b04
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/artefact/internal/lib.php
View file @
92bcabb3
...
...
@@ -51,7 +51,6 @@ class PluginArtefactInternal extends PluginArtefact {
$t
->
plugin
=
$plugin
;
insert_record
(
'artefact_installed_type'
,
$t
);
}
// @todo handle case that two plugins provide artefacts with the same name.
}
delete_records_select
(
'artefact_installed_type'
,
'(plugin = ? AND name NOT IN ('
.
implode
(
','
,
$ph
)
.
'))'
,
array_merge
(
array
(
$plugin
),
$types
));
...
...
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