From 3fdaafd54a8a24c5f265eb0dcdc218a51901a4eb Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Sun, 3 Apr 2016 18:49:41 +0200 Subject: [PATCH] Some more documentation --- include/cron.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/cron.php b/include/cron.php index 4eb76f1ce2..00dd500704 100644 --- a/include/cron.php +++ b/include/cron.php @@ -107,7 +107,8 @@ function cron_run(&$argv, &$argc){ // Check every conversation ostatus::check_conversations(false); - // Do post update functions + // Call possible post update functions + // see include/post_update.php for more details post_update(); // update nodeinfo data