mirror of
https://github.com/friendica/friendica
synced 2024-11-20 07:03:41 +00:00
remove debug code. again.
This commit is contained in:
parent
50233ba290
commit
2f6333c751
1 changed files with 0 additions and 2 deletions
|
@ -185,8 +185,6 @@ EOT;
|
||||||
intval($r[0]['id']),
|
intval($r[0]['id']),
|
||||||
dbesc($term)
|
dbesc($term)
|
||||||
);
|
);
|
||||||
echo "<pre>"; var_dump($t); killme();
|
|
||||||
// not really sure about this...
|
|
||||||
if(count($x) && !$x[0]['blocktags'] && $t[0]['tcount']==0){
|
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)",
|
q("INSERT INTO term (oid, otype, type, term, url, uid) VALUE (%d, %d, %d, '%s', '%s', %d)",
|
||||||
intval($r[0]['id']),
|
intval($r[0]['id']),
|
||||||
|
|
Loading…
Reference in a new issue