/[drupal]/contributions/docs/developer/hooks/core.php
ViewVC logotype

Diff of /contributions/docs/developer/hooks/core.php

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

revision 1.51.2.2 by webchick, Thu Jan 18 17:05:41 2007 UTC revision 1.51.2.3 by darrenoh, Mon Dec 17 15:52:44 2007 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: core.php,v 1.51.2.1 2006/02/16 04:56:56 webchick Exp $  // $Id: core.php,v 1.51.2.2 2007/01/18 17:05:41 webchick Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 279  function hook_cron() { Line 279  function hook_cron() {
279   *   Query to be rewritten.   *   Query to be rewritten.
280   * @param $primary_table   * @param $primary_table
281   *   Name or alias of the table which has the primary key field for this query. Possible values are: comments, forum, node, term_data, vocabulary.   *   Name or alias of the table which has the primary key field for this query. Possible values are: comments, forum, node, term_data, vocabulary.
282     *   Typical table names would be: {blocks}, {comments}, {forum}, {node},
283     *   {menu}, {term_data} or {vocabulary}. However, it is more common for
284     *   $primary_table to contain the usual table alias: b, c, f, n, m, t or v.
285   * @param $primary_field   * @param $primary_field
286   *   Name of the primary field.   *   Name of the primary field.
287   * @param $args   * @param $args

Legend:
Removed from v.1.51.2.2  
changed lines
  Added in v.1.51.2.3

  ViewVC Help
Powered by ViewVC 1.1.3