Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Logeshwaran
/
mynotes
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
8
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
f38f6341
authored
2018-10-09 12:19:01 +0530
by
logesh
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
dev:changes in url
1 parent
4153cb06
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
lib.php
lib.php
View file @
f38f634
...
...
@@ -210,9 +210,9 @@ class block_mynotes_manager {
$newnote
->
timecreated
=
time
();
$newnote
->
notestime
=
$timer
;
if
(
!
empty
(
$timer
)){
$newnote
->
notesurl
=
$activityUrl
.
'?resume='
.
$newnote
->
notestime
;
$newnote
->
notesurl
=
$activityUrl
.
'?resume='
.
$newnote
->
notestime
.
'?type=notes'
;
}
else
{
$newnote
->
notesurl
=
$activityUrl
.
'?resume=0'
;
$newnote
->
notesurl
=
$activityUrl
;
}
if
(
$cmtid
=
$DB
->
insert_record
(
'block_mynotes'
,
$newnote
))
{
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment