csm_variables() is called by csm.install when the module is uninstalled. It removes any variables that were added to the variable table when the module was installed.

I think that the current version of the function will only work when the initial Drupal core installation was in English. It would be good if it could be tested against non-English installations.

Comments

jim0203’s picture

Status: Active » Closed (fixed)

The current version deletes all variables irrespective of languages installed and original installation language. The commit for this issue is a code tidy.

  • Commit 5a3ca19 on master, 7.x, 7.x-1.x, 6.x-1.x, 2219683 by jim0203:
    Issue #1524912 by jim0203: Check whether csm_variables() works as...