You are here

sort_comments.install in Sort Comments 7

File

sort_comments.install
View source
<?php

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

Functions