summaryrefslogtreecommitdiff
path: root/it.class
diff options
context:
space:
mode:
authorUrban Müller2016-05-31 14:28:55 +0200
committerUrban Müller2016-05-31 14:28:55 +0200
commit53e62e554f8e12e8268de7aae30e30c67def0a86 (patch)
tree566ce90eaf4881be05fe8548ab1468aa5856d97a /it.class
parent249312dfe570a821df04867909d107fc0bf0567c (diff)
downloaditools-53e62e554f8e12e8268de7aae30e30c67def0a86.tar.gz
itools-53e62e554f8e12e8268de7aae30e30c67def0a86.tar.bz2
itools-53e62e554f8e12e8268de7aae30e30c67def0a86.zip
remove obsolete workaround
Diffstat (limited to 'it.class')
-rw-r--r--it.class1
1 files changed, 0 insertions, 1 deletions
diff --git a/it.class b/it.class
index 0ea9a2f..3dc2fcd 100644
--- a/it.class
+++ b/it.class
@@ -165,7 +165,6 @@ static function error($p = array())
}
$toscreen = getenv('NOERRORMAILS') || ini_get('display_errors') || (defined("STDOUT") && posix_isatty(STDOUT)) || EDC('astwin') || EDC('asdevel');
- @fseek(STDOUT, 0, SEEK_END); # Work around PHP bug 49819: posix_isatty seeks to start
if ($toscreen && !it::is_live())
$GLOBALS['debug_noredir'] = 1;