Proyecto

General

Perfil

« Anterior | Siguiente » 

Revisión 192

Añadiendo login a la hoja de cálculo

Ver diferencias:

etiquetas-portatiles/trunk/index.php
$row = new odsTableRow();
$row->addCell( new odsTableCellString($list["class"]) );
$row->addCell( new odsTableCellString($list["cn"]) );
$row->addCell( new odsTableCellString($list["uid"]) );
$table->addRow($row);
}

Exportar a: Unified diff