code cleanup

This commit is contained in:
Marc Delisle
2009-12-30 13:46:17 +00:00
parent 078eedae6e
commit d63ed916fc
5 changed files with 42 additions and 42 deletions

View File

@@ -174,7 +174,7 @@ function PMA_exportData($db, $table, $crlf, $error_url, $sql_query)
$buffer .= ' ' . $column . ': ' . $record[$i] . $crlf;
}
if (!PMA_exportOutputHandler($buffer)) {
if (! PMA_exportOutputHandler($buffer)) {
return FALSE;
}
}