add missing @

This commit is contained in:
Michal Čihař
2004-06-07 16:06:08 +00:00
parent 1d938b7750
commit 3b16b66659

View File

@@ -8,7 +8,7 @@ $cfgRelation = PMA_getRelationsParam();
// Check if we have native MS Excel export using PEAR class Spreadsheet_Excel_Writer
if (!empty($GLOBALS['cfg']['TempDir'])) {
include_once('Spreadsheet/Excel/Writer.php');
@include_once('Spreadsheet/Excel/Writer.php');
if (class_exists('Spreadsheet_Excel_Writer')) {
$xls = TRUE;
} else {