callTimedEvents(); return true; } public function onPluginVersion(&$versions) { $versions[] = array('name' => 'Cronish', 'version' => GNUSOCIAL_VERSION, 'author' => 'Mikael Nordfeldth', 'homepage' => 'http://www.gnu.org/software/social/', 'description' => // TRANS: Plugin description. _m('Cronish plugin that executes events on a near-hour/day/week basis.')); return true; } }