? 1
? 2
? 688294-die_db_is_active_die_for_real3.patch.1
? 699440_entity_uri_57.patch.1
? 768706.patch
? Administer | Site-Install_1270876071993.png
? Application | examiner_d7_1269411390030.png
? Garland | Site-Install_1271755366138.png
? Modules | Site-Install_1269789543096.png
? XHProf: Hierarchical Profiler Report_1268801688867.png
? XHProf: Hierarchical Profiler Report_1270101901400.png
? amnesty_features.module
? appearance.patch
? attributes_php.txt
? blame
? bogus_user_loads.patch.1
? bootstrap.patc
? bundles.patch
? dashboard_default.patch.1
? data_unpack.patch.1
? default.png
? drupal.path-front-page.9.patch.1
? drupal_static_cleanup_0.patch.1
? empty.txt
? entity_field_bootstrap.patch.1
? entity_revisions.patch.1
? examiner_d7_1270691754497.png
? example.html
? f
? filter_url_6.patch.1
? filters.patch.1
? foo.php
? gut_node_types_2.patch.1
? hack.txt
? head.png
? hide_empty_blocks.patch
? install.png
? jquery.xwindow_name.js
? link.png
? local_tasks.patch
? lock_wait_a_bit_less.patch
? memory.php
? minimum.png
? ncm.diff
? node_type_gutting_4_0.patch.1
? node_type_gutting_4_0.patch.2
? patch.png
? path_inc.patcfh
? path_inc.patchj
? render_cache_4.diff
? render_cache_4.diff.1
? revisions.patc
? revisions.patch
? sites
? stampede.patch
? taxonomy_field_name.patch.1
? taxonomy_field_validate.patch.1
? taxonomy_options.patch.1
? taxonomy_static.patch.1
? taxonomy_term_save_a_bit_faster.patch.1
? tick.php
? url.php
? user_save.diff
? includes/drupal_unpack_1.patch
? includes/errors.inc
? modules/forum/.forum.install.swp
? modules/statistics/sedMC2GAd
? modules/update/update.patch
? modules/user/user_data.patch
Index: modules/node/node.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/node/node.module,v
retrieving revision 1.1274
diff -r1.1274 node.module
1736c1736
<     if ($is_current_revision && (db_query('SELECT COUNT(vid) FROM {node_revision} WHERE nid = :nid', array(':nid' => $node->nid))->fetchField() == 1 || $op == 'update' || $op == 'delete')) {
---
>     if ($is_current_revision && ($op == 'update' || $op == 'delete')) {
