]> git.mxchange.org Git - friendica.git/commitdiff
Updated documentation
authorMichael Vogel <icarus@dabo.de>
Tue, 2 Aug 2016 08:19:10 +0000 (10:19 +0200)
committerMichael Vogel <icarus@dabo.de>
Tue, 2 Aug 2016 08:19:10 +0000 (10:19 +0200)
include/cron.php

index 28d6713f5428a0018f1a0ff9009f5e6bce869101..82c8cc7a16c0db0850cf05762fb08e1f7d568018 100644 (file)
@@ -153,9 +153,10 @@ function cron_run(&$argv, &$argc){
 }
 
 /**
- * @brief Clear cache entries
+ * @brief Poll contacts for unreceived messages
  *
- * @param App $a
+ * @param Integer $argc Number of command line arguments
+ * @param Array $argv Array of command line arguments
  */
 function cron_poll_contacts($argc, $argv) {
        $manual_id  = 0;