]> git.mxchange.org Git - friendica.git/blobdiff - include/cron.php
Fixes E_WARNING from foreach() because count() seem to return TRUE even when $r is...
[friendica.git] / include / cron.php
index 02e53a9bba00ec9838ac4b249781d3c85fbb22d8..3acf711dd163056234b822a1eb27f39387108a7b 100644 (file)
@@ -430,7 +430,6 @@ function cron_repair_database() {
        q("UPDATE `item` INNER JOIN `item` AS `parent` ON `parent`.`uri` = `item`.`parent-uri` AND `parent`.`uid` = `item`.`uid` SET `item`.`parent` = `parent`.`id` WHERE `item`.`parent` = 0");
 
        /// @todo
-       /// - remove duplicated contacts with uid=0 (We could do this at the place where the contacts are stored)
        /// - remove thread entries without item
        /// - remove sign entries without item
        /// - remove children when parent got lost