From: <var...@us...> - 2010-08-10 12:30:53
|
Revision: 7637 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7637&view=rev Author: vargenau Date: 2010-08-10 12:30:47 +0000 (Tue, 10 Aug 2010) Log Message: ----------- Remove commented code Modified Paths: -------------- trunk/lib/plugin/WikiAdminSetAcl.php Modified: trunk/lib/plugin/WikiAdminSetAcl.php =================================================================== --- trunk/lib/plugin/WikiAdminSetAcl.php 2010-08-10 07:38:13 UTC (rev 7636) +++ trunk/lib/plugin/WikiAdminSetAcl.php 2010-08-10 12:30:47 UTC (rev 7637) @@ -136,8 +136,6 @@ } function run($dbi, $argstr, &$request, $basepage) { - //if (!DEBUG) - // return $this->disabled("WikiAdminSetAcl not yet enabled. Set DEBUG to try it."); if ($request->getArg('action') != 'browse') if ($request->getArg('action') != _("PhpWikiAdministration/SetAcl")) return $this->disabled("(action != 'browse')"); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |