]> git.mxchange.org Git - friendica.git/blobdiff - include/poller.php
reformat todo according to doxygen style
[friendica.git] / include / poller.php
index b1d6099ad343271e8f4c2d2ca65a879406c98a74..c681bfb3898448300578643ba2ad7ff14938bbb6 100644 (file)
@@ -56,8 +56,8 @@ function poller_run(&$argv, &$argc){
                                q("UPDATE `workerqueue` SET `executed` = '0000-00-00 00:00:00', `pid` = 0 WHERE `pid` = %d",
                                        intval($pid["pid"]));
                        else {
-                               // To-Do: Kill long running processes
-                               // But: Update processes (like the database update) mustn't be killed
+                               /// @TODO Kill long running processes
+                               /// But: Update processes (like the database update) mustn't be killed
                        }
 
        } else