From: <var...@us...> - 2012-03-15 13:08:49
|
Revision: 8248 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8248&view=rev Author: vargenau Date: 2012-03-15 13:08:39 +0000 (Thu, 15 Mar 2012) Log Message: ----------- Remove unused global Modified Paths: -------------- trunk/lib/plugin/GoogleMaps.php trunk/lib/plugin/OldStyleTable.php trunk/lib/plugin/RichTable.php trunk/lib/plugin/Transclude.php trunk/lib/plugin/WatchPage.php trunk/lib/plugin/WikicreoleTable.php Modified: trunk/lib/plugin/GoogleMaps.php =================================================================== --- trunk/lib/plugin/GoogleMaps.php 2012-03-14 17:23:33 UTC (rev 8247) +++ trunk/lib/plugin/GoogleMaps.php 2012-03-15 13:08:39 UTC (rev 8248) @@ -82,7 +82,6 @@ } function run($dbi, $argstr, &$request, $basepage) { - global $WikiTheme; $args = $this->getArgs($argstr, $request); extract($args); Modified: trunk/lib/plugin/OldStyleTable.php =================================================================== --- trunk/lib/plugin/OldStyleTable.php 2012-03-14 17:23:33 UTC (rev 8247) +++ trunk/lib/plugin/OldStyleTable.php 2012-03-15 13:08:39 UTC (rev 8248) @@ -69,7 +69,6 @@ } function run($dbi, $argstr, &$request, $basepage) { - global $WikiTheme; include_once('lib/InlineParser.php'); $args = $this->getArgs($argstr, $request); Modified: trunk/lib/plugin/RichTable.php =================================================================== --- trunk/lib/plugin/RichTable.php 2012-03-14 17:23:33 UTC (rev 8247) +++ trunk/lib/plugin/RichTable.php 2012-03-15 13:08:39 UTC (rev 8248) @@ -43,7 +43,6 @@ } function run($dbi, $argstr, &$request, $basepage) { - global $WikiTheme; include_once("lib/BlockParser.php"); // RichTablePlugin markup is new. $markup = 2.0; Modified: trunk/lib/plugin/Transclude.php =================================================================== --- trunk/lib/plugin/Transclude.php 2012-03-14 17:23:33 UTC (rev 8247) +++ trunk/lib/plugin/Transclude.php 2012-03-15 13:08:39 UTC (rev 8248) @@ -64,7 +64,6 @@ } function run($dbi, $argstr, &$request, $basepage) { - global $WikiTheme; $args = ($this->getArgs($argstr, $request)); extract($args); Modified: trunk/lib/plugin/WatchPage.php =================================================================== --- trunk/lib/plugin/WatchPage.php 2012-03-14 17:23:33 UTC (rev 8247) +++ trunk/lib/plugin/WatchPage.php 2012-03-15 13:08:39 UTC (rev 8248) @@ -94,7 +94,6 @@ } function run($dbi, $argstr, &$request, $basepage) { - global $WikiTheme; $args = $this->getArgs($argstr, $request); if (isa($request,'MockRequest')) Modified: trunk/lib/plugin/WikicreoleTable.php =================================================================== --- trunk/lib/plugin/WikicreoleTable.php 2012-03-14 17:23:33 UTC (rev 8247) +++ trunk/lib/plugin/WikicreoleTable.php 2012-03-15 13:08:39 UTC (rev 8248) @@ -68,7 +68,6 @@ } function run($dbi, $argstr, &$request, $basepage) { - global $WikiTheme; include_once('lib/InlineParser.php'); $table = array(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |