/[drupal]/contributions/modules/services/auth/services_keyauth/services_keyauth.admin.inc
ViewVC logotype

Diff of /contributions/modules/services/auth/services_keyauth/services_keyauth.admin.inc

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

revision 1.1.2.2.2.2, Sat Aug 8 02:55:05 2009 UTC revision 1.1.2.2.2.3, Wed Nov 4 21:37:01 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: services_keyauth.admin.inc,v 1.1.2.2.2.1 2009/06/13 20:03:16 marcingy Exp $  // $Id: services_keyauth.admin.inc,v 1.1.2.2.2.2 2009/08/08 02:55:05 marcingy Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 81  function services_keyauth_admin_keys_for Line 81  function services_keyauth_admin_keys_for
81    
82    $methods = services_get_all();    $methods = services_get_all();
83    foreach ($methods as $method) {    foreach ($methods as $method) {
84      $form_methods[$method['#method']] = $method['#method'];      $form_methods[$method['method']] = $method['method'];
85    }    }
86    
87    $form['method_access'] = array(    $form['method_access'] = array(

Legend:
Removed from v.1.1.2.2.2.2  
changed lines
  Added in v.1.1.2.2.2.3

  ViewVC Help
Powered by ViewVC 1.1.2