hey
currently it looks like the module is storing two variables per content type:
- node_preview[content_type]
- node_preview_[content_type]

example:
- node_previewbook
- node_preview_book

both with same content
it looks like a bug

Comments

dawehner’s picture

This depense on the answer to #1215152: make a drupal release :)

lpalgarvio’s picture

check on this,
http://drupal.org/coding-standards

Persistent Variables

Persistent variables (variables/settings defined using Drupal's variable_get()/variable_set() functions) should be named using all lowercase letters, and words should be separated with an underscore. They should use the grouping/module name as a prefix, to avoid name collisions between modules.

dawehner’s picture

Well sure, i understand this issue, but i don't have time to fix it.

lpalgarvio’s picture

i know, i'm just keeping the issue up to date.

kenorb’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Closed because Drupal 6 is no longer supported. If the issue verifiably applies to later versions, please reopen with details and update the version.