Incorrect variable name used for parameter.
[moodle-linuxchix.git] / mod / attendance / db / oci8po.php
blob451707bdbd66ee0fc0c5176f410f7c8417d0e219
1 <?php
5 function attendance_upgrade($oldversion) {
7 /// This function does anything necessary to upgrade
9 /// older versions to match current functionality
13 global $CFG;
15 return true;