00001 <?php
00002 #CMS - CMS Made Simple
00003 #(c)2004-2008 by Ted Kulp (ted@cmsmadesimple.org)
00004 #This project's homepage is: http://cmsmadesimple.org
00005 #
00006 #This program is free software; you can redistribute it and/or modify
00007 #it under the terms of the GNU General Public License as published by
00008 #the Free Software Foundation; either version 2 of the License, or
00009 #(at your option) any later version.
00010 #
00011 #This program is distributed in the hope that it will be useful,
00012 #but WITHOUT ANY WARRANTY; without even the implied warranty of
00013 #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
00014 #GNU General Public License for more details.
00015 #You should have received a copy of the GNU General Public License
00016 #along with this program; if not, write to the Free Software
00017 #Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
00018 #
00019 #$Id: class.cms_events.php 4344 2008-02-14 02:41:43Z wishy $
00020
00028 class CmsEvents extends CmsEventOperations
00029 {
00030 function __construct()
00031 {
00032 parent::__construct();
00033 }
00034 }
00035
00036 # vim:ts=4 sw=4 noet
00037 ?>