/[drupal]/contributions/modules/seo_checklist/seochecklist.module
ViewVC logotype

Diff of /contributions/modules/seo_checklist/seochecklist.module

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

revision 1.1.2.11 by davereid, Sat Nov 21 00:20:21 2009 UTC revision 1.1.2.12 by davereid, Sat Nov 21 00:26:37 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: seochecklist.module,v 1.1.2.10 2009/11/21 00:15:59 davereid Exp $  // $Id: seochecklist.module,v 1.1.2.11 2009/11/21 00:20:21 davereid Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 12  function seochecklist_help($section) { Line 12  function seochecklist_help($section) {
12    }    }
13  }  }
14    
   
15  /**  /**
16   * Implementation of hook_perm().   * Implementation of hook_perm().
17   */   */
# Line 160  function seochecklist_admin_settings_sub Line 159  function seochecklist_admin_settings_sub
159    variable_set('seo_checklist_thanks', $form_values['seo_checklist_thanks']);    variable_set('seo_checklist_thanks', $form_values['seo_checklist_thanks']);
160    variable_set('seo_checklist_podcast', $form_values['seo_checklist_podcast']);    variable_set('seo_checklist_podcast', $form_values['seo_checklist_podcast']);
161    
162    drupal_set_message(format_plural($count, t('Updated @count task successfully.'), t('Updated @count tasks successfully.')));    drupal_set_message(format_plural($count, 'Updated @count task successfully.', 'Updated @count tasks successfully.'));
163  }  }
164    
165  /**  /**

Legend:
Removed from v.1.1.2.11  
changed lines
  Added in v.1.1.2.12

  ViewVC Help
Powered by ViewVC 1.1.3