doc updates

This commit is contained in:
friendica
2014-06-06 23:56:52 -07:00
parent c4fc9a9cf6
commit 376a51f8d8
27 changed files with 5129 additions and 4921 deletions

View File

@@ -287,4 +287,4 @@ function html2bbcode($message)
return(trim($message));
}
?>

View File

@@ -105,6 +105,9 @@ function poller_run($argv, $argc){
if($d2 != intval($d1)) {
call_hooks('cron_daily',datetime_convert());
$d3 = intval(datetime_convert('UTC','UTC','now','N'));
if($d3 == 7) {
@@ -115,6 +118,11 @@ function poller_run($argv, $argc){
*
*/
call_hooks('cron_weekly',datetime_convert());
require_once('include/hubloc.php');
prune_hub_reinstalls();
@@ -204,7 +212,7 @@ function poller_run($argv, $argc){
$d = datetime_convert();
//TODO check to see if there are any cronhooks before wasting a process
//TODO check to see if there are any cronhooks before wasting a process
if(! $restart)
proc_run('php','include/cronhooks.php');