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
1d08d385
Commit
1d08d385
authored
Aug 10, 2009
by
Elliot Pahl
Committed by
Elliot Pahl
Aug 10, 2009
Browse files
Import: get_string the page heading from the right location.
parent
d806724c
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/import/index.php
View file @
1d08d385
...
@@ -139,7 +139,7 @@ function import_submit(Pieform $form, $values) {
...
@@ -139,7 +139,7 @@ function import_submit(Pieform $form, $values) {
}
}
$smarty
=
smarty
();
$smarty
=
smarty
();
$smarty
->
assign
(
'PAGEHEADING'
,
hsc
(
get_string
(
'import'
)));
$smarty
->
assign
(
'PAGEHEADING'
,
hsc
(
get_string
(
'import'
,
'import'
)));
$smarty
->
assign
(
'form'
,
$form
);
$smarty
->
assign
(
'form'
,
$form
);
$smarty
->
assign
(
'previouslyimporteduser'
,
param_integer
(
'user'
,
null
));
$smarty
->
assign
(
'previouslyimporteduser'
,
param_integer
(
'user'
,
null
));
$smarty
->
display
(
'import/index.tpl'
);
$smarty
->
display
(
'import/index.tpl'
);
...
...
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