/[drupal]/contributions/modules/poormanscron/poormanscron.module
ViewVC logotype

Diff of /contributions/modules/poormanscron/poormanscron.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.22.2.4 by davereid, Fri Nov 27 01:05:29 2009 UTC revision 1.22.2.5 by davereid, Sun Nov 29 17:03:06 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: poormanscron.module,v 1.22.2.3 2009/09/29 22:59:33 davereid Exp $ $Name:  $  // $Id: poormanscron.module,v 1.22.2.4 2009/11/27 01:05:29 davereid Exp $ $Name:  $
3    
4  /**  /**
5   * @file   * @file
# Line 11  Line 11 
11   */   */
12  function poormanscron_menu() {  function poormanscron_menu() {
13    $items['poormanscron/run-cron-check'] = array(    $items['poormanscron/run-cron-check'] = array(
     'title' => 'Execute cron',  
14      'page callback' => 'poormanscron_run_cron_check',      'page callback' => 'poormanscron_run_cron_check',
15      'access callback' => 'poormanscron_run_cron_check_access',      'access callback' => 'poormanscron_run_cron_check_access',
16      'type' => MENU_CALLBACK,      'type' => MENU_CALLBACK,

Legend:
Removed from v.1.22.2.4  
changed lines
  Added in v.1.22.2.5

  ViewVC Help
Powered by ViewVC 1.1.3