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
16b99fb0
Commit
16b99fb0
authored
Mar 27, 2009
by
Richard Mansfield
Browse files
Initialise reply variable on send message page
parent
7596bef1
Changes
1
Show whitespace changes
Inline
Side-by-side
htdocs/user/sendmessage.php
View file @
16b99fb0
...
...
@@ -33,6 +33,7 @@ safe_require('search', 'internal');
$id
=
param_integer
(
'id'
);
$replytoid
=
param_integer
(
'replyto'
,
null
);
$replyto
=
false
;
if
(
!
is_null
(
$replytoid
))
{
$replyto
=
get_record_sql
(
'
SELECT
...
...
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