Conjunto 724f67c en sipp


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

se elimino el recorte de la justificacion

Fichero:
1 editado

Leyenda

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

    ref4f13f r724f67c  
    28102810    $row[] = array('data' => $node->field_proyecto_codigo_n_etap[0]["value"], 'style' => 'background:' . $color, );
    28112811    $row[] = array('data' => theme('item_list', $items), 'style' => 'background:' . $color, );
    2812     $row[] = array('data' => substr($node->field_proyecto_justificacion[0]["value"], 0 , 300), 'style' => 'background:' . $color, );
     2812    $row[] = array('data' => $node->field_proyecto_justificacion[0]["value"], 'style' => 'background:' . $color, );
    28132813    $row[] = array('data' => format_date($reformular->date), 'style' => 'background:' . $color,);
    28142814    $estado = isset($states['states'][$reformular->estado]) ? $states['states'][$reformular->estado] : 'N/A';
     
    29692969    $row[] = array('data' => $node->field_proyecto_codigo_n_etap[0]["value"], 'style' => 'background:' . $color, );
    29702970    $row[] = array('data' => theme('item_list', $items), 'style' => 'background:' . $color, );
    2971     $row[] = array('data' => substr($node->field_proyecto_justificacion[0]["value"], 0 , 300), 'style' => 'background:' . $color, );
     2971    $row[] = array('data' => $node->field_proyecto_justificacion[0]["value"], 'style' => 'background:' . $color, );
    29722972    $row[] = array('data' => format_date($reformular->date), 'style' => 'background:' . $color,);
    29732973    $estado = isset($states['states'][$reformular->estado]) ? $states['states'][$reformular->estado] : 'N/A';
Nota: Vea TracChangeset para ayuda en el uso del visor de conjuntos de cambios.