From: <var...@us...> - 2012-09-28 09:48:03
|
Revision: 8284 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8284&view=rev Author: vargenau Date: 2012-09-28 09:47:57 +0000 (Fri, 28 Sep 2012) Log Message: ----------- exit_disabled --> exit_project_disabled Modified Paths: -------------- trunk/g Property Changed: ---------------- trunk/g Modified: trunk/g =================================================================== --- trunk/g 2012-09-28 09:08:08 UTC (rev 8283) +++ trunk/g 2012-09-28 09:47:57 UTC (rev 8284) @@ -1,7 +1,6 @@ -<?php // -*-php-*- $Id$ - +<?php /* - * Copyright (C) 2008-2010 Alcatel-Lucent + * Copyright (C) 2008-2012 Alcatel-Lucent * * This file is part of PhpWiki. * @@ -18,7 +17,7 @@ * You should have received a copy of the GNU General Public License along * with PhpWiki; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -*/ + */ /* * Standard Alcatel-Lucent disclaimer for contributing to open source @@ -67,7 +66,7 @@ if (! isset($group_id) || ! isset($project)) { exit_no_group(); } else if (!($project->usesPlugin("wiki"))) { - exit_disabled('home'); + exit_project_disabled('home'); } else { global $robots; Property changes on: trunk/g ___________________________________________________________________ Deleted: svn:keywords - Id This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |