]> git.mxchange.org Git - friendica.git/commitdiff
Remove unused function qp()
authorPhilipp Holzer <admin+github@philipp.info>
Tue, 22 Oct 2019 22:55:14 +0000 (00:55 +0200)
committerPhilipp Holzer <admin+github@philipp.info>
Tue, 22 Oct 2019 22:55:14 +0000 (00:55 +0200)
include/text.php

index 13300c1e106bc36b6528a281da9aaf3feb0cc9b6..e4393b09caeef38bb1e61fd3d8aa0193ac338d3f 100644 (file)
@@ -17,16 +17,6 @@ function activity_match($haystack,$needle) {
        return (($haystack === $needle) || ((basename($needle) === $haystack) && strstr($needle, NAMESPACE_ACTIVITY_SCHEMA)));
 }
 
-/**
- * quick and dirty quoted_printable encoding
- *
- * @param string $s
- * @return string
- */
-function qp($s) {
-       return str_replace("%", "=", rawurlencode($s));
-}
-
 /**
  * @brief Given a text string, convert from bbcode to html and add smilie icons.
  *