Proyectos de Subversion Moodle

Rev

Rev 503 | Rev 619 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 503 Rev 617
Línea 24... Línea 24...
24
 
24
 
25
  function specialization()
25
  function specialization()
26
  {
26
  {
27
    global $CFG, $DB;
27
    global $CFG, $DB;
28
    if (empty($this->config)) {
28
    if (empty($this->config)) {
29
      $this->instance->defaultregion = 'bellow-content';
29
      $this->instance->defaultregion = 'side-pre';
30
      $this->instance->region = 'bellow-content';
30
      $this->instance->region = 'side-pre';
Línea 31... Línea 31...
31
      $DB->update_record('block_instances', $this->instance);
31
      $DB->update_record('block_instances', $this->instance);
32
 
32
 
33
      $this->title = 'Students feedback';
33
      $this->title = 'Students feedback';