~ubuntu-branches/ubuntu/dapper/moodle/dapper-backports

« back to all changes in this revision

Viewing changes to question/type/numerical/db/mysql.php

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2006-12-01 14:00:21 UTC
  • mfrom: (6.1.5 feisty)
  • Revision ID: james.westby@ubuntu.com-20061201140021-rivugg5tgx6mujzg
Tags: 1.6.3-1ubuntu1~dapper1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php  //$Id: mysql.php,v 1.2 2006/04/16 16:50:56 moodler Exp $
 
2
 
 
3
// MySQL commands for upgrading this question type
 
4
 
 
5
function qtype_numerical_upgrade($oldversion=0) {
 
6
    global $CFG;
 
7
 
 
8
    return true;
 
9
}
 
10
 
 
11
?>