diff options
Diffstat (limited to 'include/functions.php')
-rwxr-xr-x | include/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php index 443d594..21eb3f0 100755 --- a/include/functions.php +++ b/include/functions.php @@ -1,6 +1,6 @@ <?php #==================================================================================================== -# FUNCTION: Entfernt alle Zeilenumbrüche und Tabulatoren aus einem String +# FUNCTION: Removes all line breaks and tabs from a string or an array with strings #==================================================================================================== function removeLineBreaksAndTabs($mixed, $replace = NULL) { if(is_array($mixed)) { |