Browse Source

Old (unmigrated) files renamed to _*.

MOODLE_23_STABLE
Artem Andreev 14 years ago
parent
commit
bacfb3b243
  1. 0
      _add_form.php
  2. 0
      _attendances.php
  3. 0
      _attsettings.php
  4. 0
      _backuplib.php
  5. 0
      _duration_form.php
  6. 0
      _export.php
  7. 0
      _export_form.php
  8. 0
      _locallib.php
  9. 0
      _manage.php
  10. 0
      _report.php
  11. 0
      _restorelib.php
  12. 0
      _sessions.php
  13. 0
      _styles.php
  14. 0
      _update_form.php
  15. 0
      _view.php
  16. 2
      index.php
  17. 4
      lib.php

0
add_form.php → _add_form.php

0
attendances.php → _attendances.php

0
attsettings.php → _attsettings.php

0
backuplib.php → _backuplib.php

0
duration_form.php → _duration_form.php

0
export.php → _export.php

0
export_form.php → _export_form.php

0
locallib.php → _locallib.php

0
manage.php → _manage.php

0
report.php → _report.php

0
restorelib.php → _restorelib.php

0
sessions.php → _sessions.php

0
styles.php → _styles.php

0
update_form.php → _update_form.php

0
view.php → _view.php

2
index.php

@ -1,4 +1,4 @@
<?PHP // $Id: index.php,v 1.4.2.1 2009/02/23 19:22:40 dlnsk Exp $ <?PHP
/// This page lists all the instances of attforblock in a particular course /// This page lists all the instances of attforblock in a particular course
/// Replace attforblock with the name of your module /// Replace attforblock with the name of your module

4
lib.php

@ -2,11 +2,9 @@
/// Library of functions and constants for module attforblock /// Library of functions and constants for module attforblock
$attforblock_CONSTANT = 7; /// for example
function attforblock_install() { function attforblock_install() {
global $DB; global $DB;
$result = true; $result = true;
$arr = array('P' => 2, 'A' => 0, 'L' => 1, 'E' => 1); $arr = array('P' => 2, 'A' => 0, 'L' => 1, 'E' => 1);

Loading…
Cancel
Save