/[drupal]/contributions/modules/skeleton/skeleton_template.inc
ViewVC logotype

Diff of /contributions/modules/skeleton/skeleton_template.inc

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

revision 1.18, Thu Jul 16 18:12:35 2009 UTC revision 1.19, Thu Aug 27 17:33:43 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2    
3  // $Id: skeleton_template.inc,v 1.17 2009/07/16 18:02:49 deviantintegral Exp $  // $Id: skeleton_template.inc,v 1.18 2009/07/16 18:12:35 deviantintegral Exp $
4    
5  /**  /**
6   * @file   * @file
# Line 416  function skeleton_edit_template_form_sub Line 416  function skeleton_edit_template_form_sub
416    
417    // Now, mark any instantiated copies of this template as eligible for    // Now, mark any instantiated copies of this template as eligible for
418    // updating.    // updating.
419    db_query("UPDATE {skeleton_template_node} SET template_status = 'updated' WHERE template_id = %d", $form_state['values']['template_id']);    db_query("UPDATE {skeleton_template_node} SET template_status = 'updated' WHERE template_id = %d AND template_status != 'overridden'", $form_state['values']['template_id']);
420  }  }
421    
422  /**  /**

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

  ViewVC Help
Powered by ViewVC 1.1.2