Incorrect variable name used for parameter.
[moodle-linuxchix.git] / mod / choice / db / oci8po.php
blob70ad03e55c1445f7e79bcb4791b9258cf91eab7d
1 <?php
3 function choice_upgrade($oldversion) {
4 // This function does anything necessary to upgrade
5 // older versions to match current functionality
7 return true;
9 ?>