Revisión 192
Añadido por Manu Mora Gordillo hace más de 13 años
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
Añadiendo login a la hoja de cálculo