projects
/
moodle-mod_attendance.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29f9886
)
Fix spacing in locallib.php caused by fix for #72
author
Dan Marsden
<dan@danmarsden.com>
Mon, 16 Feb 2015 01:18:58 +0000
(14:18 +1300)
committer
Dan Marsden
<dan@danmarsden.com>
Mon, 16 Feb 2015 01:18:58 +0000
(14:18 +1300)
locallib.php
patch
|
blob
|
history
diff --git
a/locallib.php
b/locallib.php
index
5df4484
..
7c291b4
100644
(file)
--- a/
locallib.php
+++ b/
locallib.php
@@
-806,7
+806,7
@@
class attendance {
$info_array[] = construct_session_full_date_time($lastsession->sessdate, $lastsession->duration);
break;
} else {
- $info_array[] = construct_session_full_date_time($sess->sessdate, $sess->duration);
+
$info_array[] = construct_session_full_date_time($sess->sessdate, $sess->duration);
}
$i++;
}