-- -- Copyright (C) 2001, 2002 OpenForce, Inc. -- -- This file is part of dotLRN. -- -- dotLRN is free software; you can redistribute it and/or modify it under the -- terms of the GNU General Public License as published by the Free Software -- Foundation; either version 2 of the License, or (at your option) any later -- version. -- -- dotLRN is distributed in the hope that it will be useful, but WITHOUT ANY -- WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -- FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -- details. -- -- @author dan chak (chak@openforce.net) -- @creation-date 2001-08-18 -- @version $Id: dotlrn-communities-package-drop.sql,v 1.2 2002/07/02 19:53:51 chak Exp $ drop view dotlrn_communities_full; select drop_package('dotlrn_community'); select drop_package('dotlrn_community_type');