| 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 |
| 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 |
/** |
/** |