function diff_update_7306 in Diff 7.3
Sets the optional additional node properties to render so that the title still shows by default when doing node comparisons.
File
- ./
diff.install, line 131 - Provides uninstallation functions.
Code
function diff_update_7306() {
variable_set('diff_additional_options_node', array(
'title' => 'title',
));
}