/[drupal]/contributions/modules/i18n/i18ncck/i18ncck.module
ViewVC logotype

Diff of /contributions/modules/i18n/i18ncck/i18ncck.module

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

revision 1.1.2.1, Sun Aug 23 14:40:05 2009 UTC revision 1.1.2.2, Tue Nov 3 17:53:24 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id$  // $Id: i18ncck.module,v 1.1.2.1 2009/08/23 14:40:05 neochief Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 13  function i18ncck_locale($op = 'groups', Line 13  function i18ncck_locale($op = 'groups',
13    switch ($op) {    switch ($op) {
14      case 'groups':      case 'groups':
15        return array('cck' => t('CCK'));        return array('cck' => t('CCK'));
16        case 'info':
17      case 'refresh':        $info['cck']['refresh callback'] = 'i18ncck_locale_refresh';
18        if ($group == 'cck') {        return $info;
         return i18ncck_locale_refresh();  
       }  
19    }    }
20  }  }
21    
# Line 68  function i18ncck_locale_refresh() { Line 66  function i18ncck_locale_refresh() {
66        }        }
67      }      }
68    }    }
69      return TRUE; // Meaning it completed with no issues
70  }  }
71    
72  /**  /**

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

  ViewVC Help
Powered by ViewVC 1.1.2