function chessboard_uninstall() {
  variable_del('chessboard_filter_attached');
}

This variable was used in early 6.x-1.x-dev code to keep track of stylesheets that belonged to cached filtered text. The 6.x-1.x-beta1 release stores these structures in the exact same cache bin as the text.

Last chance to clean up your variables table with hook_uninstall()!

Comments

eric_a’s picture

Issue tags: -Novice +beginner
eric_a’s picture

Title: Remove reference to no longer used variable chessboard_filter_attached in hook_uninstall(). » Remove reference to no longer used variable chessboard_filter_attached in hook_uninstall()
Status: Active » Needs review
StatusFileSize
new490 bytes
eric_a’s picture

Status: Needs review » Fixed
Issue tags: -beginner +Novice

Committed!

Status: Fixed » Closed (fixed)
Issue tags: -Novice

Automatically closed -- issue fixed for 2 weeks with no activity.