~ubuntu-branches/ubuntu/breezy/moodle/breezy

« back to all changes in this revision

Viewing changes to backup/db/mysql.php

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Mitchell
  • Date: 2005-10-13 02:00:59 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051013020059-y2qcyo41t7nqppcg
Tags: 1.5.2-1ubuntu1
* Resync with debian (security update)
* changed dependencys to php5
* changed apache dependency to apache2 
* References
  CAN-2005-2247

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?PHP  //$Id: mysql.php,v 1.5 2003/12/08 22:50:17 stronk7 Exp $
 
1
<?PHP  //$Id: mysql.php,v 1.6 2005/01/28 00:01:20 stronk7 Exp $
2
2
//
3
3
// This file keeps track of upgrades to Moodle's
4
4
// backup/restore utility.
67
67
    } 
68
68
 
69
69
    if ($oldversion < 2003082600 and $result) {
70
 
        print_simple_box("This is the first non-alpha release of the Backup/Restore module.<p>Thanks for upgrading!","center", "50%", "$THEME->cellheading", "20", "noticebox");
 
70
        print_simple_box("This is the first non-alpha release of the Backup/Restore module.<p>Thanks for upgrading!","center", "50%", '', "20", "noticebox");
71
71
    }
72
72
 
73
73
    if ($oldversion < 2003112700 and $result) {