]> git.mxchange.org Git - friendica.git/commitdiff
remove debug code. again.
authorFabrixxm <fabrix.xm@gmail.com>
Sun, 4 Aug 2013 07:11:01 +0000 (03:11 -0400)
committerFabrixxm <fabrix.xm@gmail.com>
Sun, 4 Aug 2013 07:11:01 +0000 (03:11 -0400)
mod/tagger.php

index 3f470a1797033741f55c8f819f3a8106f449f089..e502353420ad59dc3acfc39216185bf12e6f57ca 100644 (file)
@@ -185,8 +185,6 @@ EOT;
                        intval($r[0]['id']),
                        dbesc($term)
                );
-               echo "<pre>"; var_dump($t); killme();
-               // not really sure about this...
                if(count($x) && !$x[0]['blocktags'] && $t[0]['tcount']==0){
                        q("INSERT INTO term (oid, otype, type, term, url, uid) VALUE (%d, %d, %d, '%s', '%s', %d)",
                           intval($r[0]['id']),