]> git.mxchange.org Git - friendica.git/blobdiff - include/text.php
some testbubble stuff
[friendica.git] / include / text.php
index 4276b7fcb39263bce5b30d3d5622b24462198c98..042ee982cb1d094741b2f0d7c242ddfada77387a 100755 (executable)
@@ -14,7 +14,13 @@ if(! function_exists('replace_macros')) {
 function replace_macros($s,$r) {
        global $t;
        
-       return $t->replace($s,$r);
+       //$ts = microtime();
+       $r =  $t->replace($s,$r);
+       //$tt = microtime() - $ts;
+       
+       //$a = get_app();
+       //$a->page['debug'] .= "$tt <br>\n";
+       return $r;
 
 }}