mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 15:18:58 +01:00
killed the debug output, which echoed each line on restore
This commit is contained in:
parent
d6f9fd8a99
commit
aff48bc2cb
@ -160,7 +160,7 @@
|
|||||||
while(!feof($f))
|
while(!feof($f))
|
||||||
{
|
{
|
||||||
$line = trim(fgets($f)); ++$n;
|
$line = trim(fgets($f)); ++$n;
|
||||||
echo "$n: $line<br>";
|
|
||||||
if (empty($line)) continue;
|
if (empty($line)) continue;
|
||||||
|
|
||||||
if (substr($line,0,9) == 'charset: ')
|
if (substr($line,0,9) == 'charset: ')
|
||||||
|
Loading…
Reference in New Issue
Block a user