Skip to content
Snippets Groups Projects
Select Git revision
  • ce8d0e6e04d37ac8ee59090bd2e341c3ffcf5a4a
  • master default protected
  • more_logging
  • MDL-58395
  • accountexpires
  • hsh_3.10
  • v3.10-r1
  • v3.9-r2
  • v3.9-r1
  • v3.8-r1
  • v3.7-r1
  • v3.6-r1
  • v3.5-r2
  • v3.5-r1
  • v3.4-r4
  • v3.4-r3
  • v3.4-r2
  • v3.4-r1
  • v3.3-r1
  • v3.2-r4
  • v3.2-r3
  • v3.2-r2
  • v3.2-r1
  • v3.1-r1
  • v3.0-r3
  • v3.0-r2
26 results

version.php

Blame
  • module.js 286 B
    /**
     * Calls a PHP script to test the connection parameters 
     * to the Adobe Connect server
     * @param object obj This is a form element
     */
    M.mod_adobeconnect = {};
    
    M.mod_adobeconnect.init = function(Y, args) {
    }
    
    M.mod_adobeconnect.testconnection = function (Y, args) {
    }