<?php
// $Id: uc_views_attribute.install,v 1.1.2.1 2009/09/22 07:32:01 madsph Exp $

/**
 * Implentation of the hook_install().
 */
 function uc_views_attribute_install() {
 }

/**
 * Implentation of the hook_uninstall().
 */
 function uc_views_attribute_uninstall() {
 }

?>