Fixed detection of ods_col_names (bug #3056017).

This commit is contained in:
Michal Čihař
2010-08-30 14:29:00 +02:00
parent 617b01499c
commit 0d1b515769

View File

@@ -90,7 +90,7 @@ $rows = array();
/* Iterate over tables */ /* Iterate over tables */
foreach ($sheets as $sheet) { foreach ($sheets as $sheet) {
$col_names_in_first_row = $_REQUEST['ods_col_names']; $col_names_in_first_row = isset($_REQUEST['ods_col_names']);
/* Iterate over rows */ /* Iterate over rows */
foreach ($sheet as $row) { foreach ($sheet as $row) {