/[drupal]/contributions/modules/type_local_nids/type_local_nids.module
ViewVC logotype

Diff of /contributions/modules/type_local_nids/type_local_nids.module

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

revision 1.1.2.2, Sun Mar 30 16:06:15 2008 UTC revision 1.1.2.3, Sat Apr 25 21:21:50 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: type_local_nids.module,v 1.1.2.1 2008/03/25 03:51:40 jbrown Exp $  // $Id: type_local_nids.module,v 1.1.2.2 2008/03/30 16:06:15 jbrown Exp $
3    
4    
5  function _type_local_nids_generate_lnid(&$node) {  function _type_local_nids_generate_lnid(&$node) {
# Line 92  function type_local_nids_node_type($op, Line 92  function type_local_nids_node_type($op,
92                                  DELETE FROM {node_lnid_next}                                  DELETE FROM {node_lnid_next}
93                                  WHERE type = '%s'                                  WHERE type = '%s'
94                          ",                          ",
95                                  $node->type                                  $info->type
96                          );                          );
97    
98                          break;                          break;

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

  ViewVC Help
Powered by ViewVC 1.1.2