diff options
author | Thomas Lange <code@nerdmind.de> | 2018-02-03 19:51:05 +0100 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2018-02-03 19:51:05 +0100 |
commit | 7601f94af929f909c29da522d9a4b37cecad0a7c (patch) | |
tree | a3b5c9a488c667a0888084f4db7516fd524350a7 /include | |
parent | 5e1b775028e17cd5ffb0272ff389f5b5758f898b (diff) | |
download | bigpipe-7601f94af929f909c29da522d9a4b37cecad0a7c.tar.gz bigpipe-7601f94af929f909c29da522d9a4b37cecad0a7c.tar.xz bigpipe-7601f94af929f909c29da522d9a4b37cecad0a7c.zip |
Remove the function "removeLineBreaksAndTabs" completely
Diffstat (limited to 'include')
-rw-r--r-- | include/functions.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/functions.php b/include/functions.php deleted file mode 100644 index e920ef1..0000000 --- a/include/functions.php +++ /dev/null @@ -1,8 +0,0 @@ -<?php -#=============================================================================== -# Remove line breaks and tabs from a string -#=============================================================================== -function removeLineBreaksAndTabs($string) { - return str_replace(["\r", "\n", "\t"], NULL, $string); -} -?>
\ No newline at end of file |