Export odt bug: remove undefined variable call

This commit is contained in:
Alex Marin 2012-05-04 12:36:12 +03:00
parent a0d18070ac
commit c126615635

View File

@ -655,7 +655,7 @@ if (isset($plugin_list)) {
PMA_getTableDefStandIn($db, $table, $crlf);
} // end switch
return PMA_exportOutputHandler($dump);
return true;
} // end of the 'PMA_exportStructure' function
/**