Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 15586 Rev 15589
Línea 221... Línea 221...
221
                    $item = [
221
                    $item = [
222
                        'uuid' => $record['uuid'],
222
                        'uuid' => $record['uuid'],
223
                        'first_name' => ucwords(strtolower($record['first_name'])),
223
                        'first_name' => ucwords(strtolower($record['first_name'])),
224
                        'last_name' => ucwords(strtolower($record['last_name'])),
224
                        'last_name' => ucwords(strtolower($record['last_name'])),
225
                        'email' => strtolower($record['email']),
225
                        'email' => strtolower($record['email']),
226
                        'last_activity_on' => $last_activity_on,
226
                        'last_activity_on' => $last_activity_on
Línea 227... Línea 227...
227
 
227
 
Línea 228... Línea 228...
228
                    ];
228
                    ];
229
 
229