You are here

function sort_comments_uninstall in Sort Comments 7

File

./sort_comments.install, line 2

Code

function sort_comments_uninstall() {
  db_delete('variable')
    ->condition('name', 'sort_comments_%', 'like')
    ->execute();
}