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
f93d831f
Commit
f93d831f
authored
Dec 20, 2006
by
Nigel McNie
Committed by
Nigel McNie
Dec 20, 2006
Browse files
Renamed variable assignments because the edit screen is using the same
template
parent
55f7ca1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/view/create4.php
View file @
f93d831f
...
@@ -146,7 +146,8 @@ function createview4_cancel() {
...
@@ -146,7 +146,8 @@ function createview4_cancel() {
redirect
(
get_config
(
'wwwroot'
)
.
'view/'
);
redirect
(
get_config
(
'wwwroot'
)
.
'view/'
);
}
}
$smarty
->
assign
(
'createview4form'
,
pieform
(
$form
));
$smarty
->
assign
(
'titlestr'
,
get_string
(
'createviewstep4'
,
'view'
));
$smarty
->
assign
(
'form'
,
pieform
(
$form
));
$smarty
->
display
(
'view/create4.tpl'
);
$smarty
->
display
(
'view/create4.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