/[drupal]/contributions/modules/seo_checker/inc/seo_checker.admin.inc
ViewVC logotype

Diff of /contributions/modules/seo_checker/inc/seo_checker.admin.inc

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

revision 1.3.2.1, Wed Mar 25 13:00:57 2009 UTC revision 1.3.2.2, Wed Apr 1 09:27:29 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id$  // $Id: seo_checker.admin.inc,v 1.3.2.1 2009/03/25 13:00:57 miruoss Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 23  function seo_checker_perm() { Line 23  function seo_checker_perm() {
23   */   */
24  function seo_checker_settings() {  function seo_checker_settings() {
25    /* load the required js and css files */    /* load the required js and css files */
26   _seo_checker_load_slider();    _seo_checker_load_slider();
27    
28    /* get the rules and create the fieldset with the sliders */    /* get the rules and create the fieldset with the sliders */
29    $rules = module_invoke_all('register_seo_rules');    $rules = module_invoke_all('register_seo_rules');

Legend:
Removed from v.1.3.2.1  
changed lines
  Added in v.1.3.2.2

  ViewVC Help
Powered by ViewVC 1.1.2