Skip to content

Commit

Permalink
[TFS-38831] removed references to version in settings, internalversio…
Browse files Browse the repository at this point in the history
…n already removed. (#37)
  • Loading branch information
jmalmsten-panopto authored Nov 22, 2016
1 parent 9e79004 commit 3bf9c1e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
$numservers = get_config('block_panopto', 'server_number');
$numservers = isset($numservers) ? $numservers : 0;

$currversion = (isset($plugin) && isset($plugin->version)) ? $plugin->version : 0000000000;

$default = 0;
if ($ADMIN->fulltree) {
$_SESSION['numservers'] = $numservers + 1;
Expand Down Expand Up @@ -135,10 +133,6 @@
)
);

$versionnumber = '<b>' . $currversion . '</b><br/>';
$settings->add(new admin_setting_heading('block_panopto_display_version', '',
'Current version of the panopto block: ' . $versionnumber));

$link = '<a href="' . $CFG->wwwroot . '/blocks/panopto/provision_course.php">' .
get_string('block_global_add_courses', 'block_panopto') . '</a>';

Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

// Plugin version should normally be the same as the internal version.
// If an admin wants to install with an older version number, however, set that here.
$plugin->version = 2016112107;
$plugin->version = 2016112108;

// Requires this Moodle version - 2.7.
$plugin->requires = 2014051200;
Expand Down

0 comments on commit 3bf9c1e

Please sign in to comment.