repo.or.cz
/
moodle-linuxchix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Incorrect variable name used for parameter.
[moodle-linuxchix.git]
/
mod
/
attendance
/
db
/
oci8po.php
blob
451707bdbd66ee0fc0c5176f410f7c8417d0e219
1
<
?php
2
3
4
5
function
attendance_upgrade
(
$oldversion
) {
6
7
/// This function does anything necessary to upgrade
8
9
/// older versions to match current functionality
10
11
12
13
global
$CFG
;
14
15
return true
;
16
17
}
18
19
20
21
?
>
22