/[drupal]/contributions/modules/storm/stormknowledgebase/stormknowledgebase.admin.inc
ViewVC logotype

Diff of /contributions/modules/storm/stormknowledgebase/stormknowledgebase.admin.inc

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

revision 1.1, Wed Jun 11 12:55:36 2008 UTC revision 1.2, Tue Jul 1 07:47:42 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id$  // $Id: stormknowledgebase.admin.inc,v 1.1 2008/06/11 12:55:36 robertogerola Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 24  function stormknowledgebase_list() { Line 24  function stormknowledgebase_list() {
24      ),      ),
25    );    );
26    
27    $s  = "SELECT n.nid, n.title FROM {node} n WHERE n.status=1 AND n.type='stormknowledgebase' ";    $s  = "SELECT n.nid, n.title FROM {node} AS n WHERE n.status=1 AND n.type='stormknowledgebase' ";
28      $s = db_rewrite_sql($s);
29    $tablesort = tablesort_sql($header);    $tablesort = tablesort_sql($header);
30    $sql = $s . $tablesort;    $sql = $s . $tablesort;
31    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.2