]> git.mxchange.org Git - friendica.git/blobdiff - include/threads.php
Better check for Diaspora accounts so you can connect them from the /suggest page.
[friendica.git] / include / threads.php
index 28bf87f4dae97a7a1ee650a7d022145ff235b876..8febe49e9bee6958463684c585a3c355f7bbe411 100644 (file)
@@ -153,6 +153,8 @@ function delete_thread_uri($itemuri, $uid) {
 }
 
 function delete_thread($itemid) {
+       // To-Do:
+       // There is no "uri" in the thread table ...
        $item = q("SELECT `uri`, `uid` FROM `thread` WHERE `iid` = %d", intval($itemid));
 
        $result = q("DELETE FROM `thread` WHERE `iid` = %d", intval($itemid));