]> git.mxchange.org Git - friendica.git/commitdiff
Removed to do bullet point
authorMichael Vogel <icarus@dabo.de>
Sun, 24 Jan 2016 16:42:47 +0000 (17:42 +0100)
committerMichael Vogel <icarus@dabo.de>
Sun, 24 Jan 2016 16:42:47 +0000 (17:42 +0100)
include/cron.php

index 2f276013b2538cb457cd57783bd19586a5ba3dcf..fe4fa46cdfebb3401ba675f77b5bc169baab00ed 100644 (file)
@@ -431,7 +431,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