Update of /cvsroot/openfirst/awards
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25779/awards
Modified Files:
awards.php
Log Message:
-Serious updates (A whole lot of changes...) (admin/index.php)
-no trailing line (awards.php)
Index: awards.php
===================================================================
RCS file: /cvsroot/openfirst/awards/awards.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** awards.php 30 Jun 2005 02:28:19 -0000 1.8
--- awards.php 22 Nov 2005 16:37:09 -0000 1.9
***************
*** 1,39 ****
! <?php
! /*
! * openFIRST.awards - awards.php
! *
! * Copyright (C) 2005,
! * openFIRST Project
! * Original Author: Jamie Bliss <ja...@op...>
! *
! * This program 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.
! *
! * This program 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.
! *
! * You should have received a copy of the GNU General Public License
! * along with this program; if not, write to the Free Software
! * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
! *
! */
! // Purpose: Defines the AwardModule class, a child of the Module class.
!
! class AwardModule extends Module {
! function getSlugURI($slug) {
! /*
! supported forms:
! %Date% (some parsable date)
! %Title% (The title exists)
! %ID% (just an integer)
! */
! }
! }
!
! $awardmod =& new AwardModule(basename(dirname(__FILE__)));
! $ogModuleManager->addModuleFromObject($awardmod);
! ?>
--- 1,39 ----
! <?php
! /*
! * openFIRST.awards - awards.php
! *
! * Copyright (C) 2005,
! * openFIRST Project
! * Original Author: Jamie Bliss <ja...@op...>
! *
! * This program 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.
! *
! * This program 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.
! *
! * You should have received a copy of the GNU General Public License
! * along with this program; if not, write to the Free Software
! * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
! *
! */
! // Purpose: Defines the AwardModule class, a child of the Module class.
!
! class AwardModule extends Module {
! function getSlugURI($slug) {
! /*
! supported forms:
! %Date% (some parsable date)
! %Title% (The title exists)
! %ID% (just an integer)
! */
! }
! }
!
! $awardmod =& new AwardModule(basename(dirname(__FILE__)));
! $ogModuleManager->addModuleFromObject($awardmod);
! ?>
\ No newline at end of file
|