You are here

function opigno_lms_update_7108 in Opigno LMS 7

Enable opigno_slide_pdf

File

./opigno_lms.install, line 696
Install, update and uninstall functions for the Opigno LMS installation profile.

Code

function opigno_lms_update_7108(&$sandbox) {
  module_enable(array(
    'opigno_pdf_viewer',
  ), TRUE);
}