Conjunto 36ab918 en sipp


Ignorar:
Fecha y hora:
09/11/2015 16:37:02 (hace 9 años)
Autor:
José Gregorio Puentes <jpuentes@…>
Branches:
0.3-stable
Children:
78261a4
Parents:
724f67c
Mensaje:

se elimino el recorte de la justificacion

Fichero:
1 editado

Leyenda

No modificado
Añadido
Eliminado
  • 0.3-stable-modules/proyectos_operativos_seguimiento/proyecto_operativo_seguimiento.module

    r5a8ebda r36ab918  
    482482        $row[] = array('data' => $node->field_proyecto_codigo_n_etap[0]["value"], 'style' => 'background:' . $color, );
    483483        $row[] = array('data' => theme('item_list', $items), 'style' => 'background:' . $color, );
    484         $row[] = array('data' => substr($node->field_proyecto_justificacion[0]["value"], 0 , 300), 'style' => 'background:' . $color, );
     484        $row[] = array('data' => $node->field_proyecto_justificacion[0]["value"], 'style' => 'background:' . $color, );
    485485        $row[] = array('data' => $estado, 'style' => 'background:' . $color, );
    486486        $row[] = array('data' => l($proyecto->name, 'user/' . $proyecto->uid), 'style' => 'background:' . $color,);
     
    686686        $row[] = array('data' => $node->field_proyecto_codigo_n_etap[0]["value"], 'style' => 'background:' . $color, );
    687687        $row[] = array('data' => theme('item_list', $items), 'style' => 'background:' . $color, );
    688         $row[] = array('data' => substr($node->field_proyecto_justificacion[0]["value"], 0 , 300), 'style' => 'background:' . $color, );
     688        $row[] = array('data' => $node->field_proyecto_justificacion[0]["value"], 'style' => 'background:' . $color, );
    689689        $row[] = array('data' => $estado, 'style' => 'background:' . $color, );
    690690        $row[] = array('data' => l($proyecto->name, 'user/' . $proyecto->uid), 'style' => 'background:' . $color,);
Nota: Vea TracChangeset para ayuda en el uso del visor de conjuntos de cambios.