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
47a13ec6
Commit
47a13ec6
authored
Apr 13, 2007
by
Martyn Smith
Browse files
Fixed search config bug and selfsearch results page
parent
13304b56
Changes
2
Hide whitespace changes
Inline
Side-by-side
htdocs/admin/extensions/pluginconfig.php
View file @
47a13ec6
...
@@ -41,7 +41,7 @@ if ($plugintype == 'artefact') {
...
@@ -41,7 +41,7 @@ if ($plugintype == 'artefact') {
$classname
=
generate_artefact_class_name
(
$type
);
$classname
=
generate_artefact_class_name
(
$type
);
}
}
else
{
else
{
$type
=
null
;
$type
=
''
;
$classname
=
generate_class_name
(
$plugintype
,
$pluginname
);
$classname
=
generate_class_name
(
$plugintype
,
$pluginname
);
}
}
...
...
htdocs/selfsearch.php
View file @
47a13ec6
...
@@ -36,7 +36,7 @@ $enc_noresults = json_encode(get_string('noresultsfound'));
...
@@ -36,7 +36,7 @@ $enc_noresults = json_encode(get_string('noresultsfound'));
$javascript
=
<<<EOF
$javascript
=
<<<EOF
var results = new TableRenderer(
var results = new TableRenderer(
'
self
searchresults',
'searchresults',
$enc_jsonscript,
$enc_jsonscript,
[]
[]
);
);
...
...
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