/[drupal]/contributions/modules/api/parser.inc
ViewVC logotype

Diff of /contributions/modules/api/parser.inc

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

revision 1.41.2.31, Sat Nov 7 20:11:02 2009 UTC revision 1.41.2.32, Mon Nov 9 22:27:01 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: parser.inc,v 1.41.2.30 2009/10/18 23:07:51 drumm Exp $  // $Id: parser.inc,v 1.41.2.31 2009/11/07 20:11:02 drumm Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 743  function api_update_branch($branch) { Line 743  function api_update_branch($branch) {
743          $parse = TRUE;          $parse = TRUE;
744        }        }
745        if ($parse) {        if ($parse) {
746          job_queue_add('api_parse_file', t('API parse %branch %file'), array($parse_functions[$matches[1]], $path, '%branch' => $branch, '%file' => $file_name), drupal_get_path('module', 'api') .'/parser.inc', TRUE);          job_queue_add('api_parse_file', t('API parse %branch %file'), array($parse_functions[$matches[1]], $path, '%branch' => $branch->branch_name, '%file' => $file_name), drupal_get_path('module', 'api') .'/parser.inc', TRUE);
747        }        }
748      }      }
749    }    }

Legend:
Removed from v.1.41.2.31  
changed lines
  Added in v.1.41.2.32

  ViewVC Help
Powered by ViewVC 1.1.2