--- mod/data/tabs.php 2008-04-18 17:12:24.000000000 -0500 +++ mod/data/tabs.php 2008-04-20 08:56:46.000000000 -0500 @@ -69,13 +69,11 @@ get_string('fields','data')); $row[] = new tabobject('presets', $CFG->wwwroot.'/mod/data/preset.php?d='.$data->id, get_string('presets', 'data')); + $row[] = new tabobject('export', $CFG->wwwroot.'/mod/data/export.php?d='.$data->id, + get_string('export', 'data')); } } - $row[] = new tabobject('export', $CFG->wwwroot.'/mod/data/export.php?d='.$data->id, - get_string('export', 'data')); - - $tabs[] = $row; if ($currenttab == 'templates' and isset($mode)) {