From: <var...@us...> - 2021-06-22 16:28:05
|
Revision: 10316 http://sourceforge.net/p/phpwiki/code/10316 Author: vargenau Date: 2021-06-22 16:28:07 +0000 (Tue, 22 Jun 2021) Log Message: ----------- Remove commented GLOBAL Modified Paths: -------------- trunk/lib/imagecache.php Modified: trunk/lib/imagecache.php =================================================================== --- trunk/lib/imagecache.php 2021-06-22 16:26:35 UTC (rev 10315) +++ trunk/lib/imagecache.php 2021-06-22 16:28:07 UTC (rev 10316) @@ -137,7 +137,6 @@ . ' obtained.)'); return; } - //$cacheparams = $GLOBALS['CacheParams']; if (!preg_match(':^(.*/)?' . PLUGIN_CACHED_FILENAME_PREFIX . '([^\?/]+)\.img(\?args=([^\?&]*))?$:', $uri, $matches)) { $cache->printError('png', "I do not understand this URL: $uri"); return; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |