removed TAB in functions_config.php before php code started!

this caused gzip encoding to fail -.-
This commit is contained in:
Andre Lorbach 2011-11-08 11:36:05 +01:00
parent b05ca2b057
commit 4f500e16e6
5 changed files with 3 additions and 6 deletions

View File

@ -1913,5 +1913,4 @@ function MultiSortArrayByItemCountAsc( $arrayFirst, $arraySecond )
}
// ---
?>

View File

@ -1,4 +1,4 @@
<?php
<?php
/*
*********************************************************************
* LogAnalyzer - http://loganalyzer.adiscon.com

View File

@ -433,6 +433,4 @@ function GetRowsAffected()
return mysql_affected_rows();
}
?>