diff options
author | Thomas Lange <code@nerdmind.de> | 2015-12-26 16:37:25 +0100 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2015-12-26 16:37:25 +0100 |
commit | 6658708bdd775a6ab1352e0c36b4c7deafc52e84 (patch) | |
tree | e95ef6b6fb67e0d1ca42221e94631fa6123b6f22 /include/functions.php | |
parent | 903100ecb99ab926d4ac3be4eba11ea1c9800e12 (diff) | |
download | bigpipe-6658708bdd775a6ab1352e0c36b4c7deafc52e84.tar.gz bigpipe-6658708bdd775a6ab1352e0c36b4c7deafc52e84.tar.xz bigpipe-6658708bdd775a6ab1352e0c36b4c7deafc52e84.zip |
Multiple updates; new feature PhaseDoneJS
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)) { |