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
/
choice
/
db
/
oci8po.php
blob
70ad03e55c1445f7e79bcb4791b9258cf91eab7d
1
<
?php
2
3
function
choice_upgrade
(
$oldversion
) {
4
// This function does anything necessary to upgrade
5
// older versions to match current functionality
6
7
return true
;
8
}
9
?
>
10