Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 16989 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 16989 Rev 16990
Línea 554... Línea 554...
554
                    'service_hostname' => $network->service_hostname,
554
                    'service_hostname' => $network->service_hostname,
555
                    'status' => $network->status,
555
                    'status' => $network->status,
556
                    'theme_id' => $theme->uuid,
556
                    'theme_id' => $theme->uuid,
557
                    'moodle_name' => $network->moodle_name,
557
                    'moodle_name' => $network->moodle_name,
558
                    'moodle_url' => $network->moodle_url,
558
                    'moodle_url' => $network->moodle_url,
-
 
559
                    'microlearning_name' => $network->microlearning_name,
559
                    'microlearning_appstore' => $network->microlearning_appstore,
560
                    'microlearning_appstore' => $network->microlearning_appstore,
560
                    'microlearning_playstore' => $network->microlearning_playstore,
561
                    'microlearning_playstore' => $network->microlearning_playstore,
561
                    'relationship_user_mode' => $network->relationship_user_mode,
562
                    'relationship_user_mode' => $network->relationship_user_mode,
Línea 562... Línea 563...
562
                    
563