From: <var...@us...> - 2014-10-06 17:08:18
|
Revision: 9200 http://sourceforge.net/p/phpwiki/code/9200 Author: vargenau Date: 2014-10-06 17:08:10 +0000 (Mon, 06 Oct 2014) Log Message: ----------- Remove commented code Modified Paths: -------------- trunk/themes/Hawaiian/lib/random.php Modified: trunk/themes/Hawaiian/lib/random.php =================================================================== --- trunk/themes/Hawaiian/lib/random.php 2014-10-06 14:39:41 UTC (rev 9199) +++ trunk/themes/Hawaiian/lib/random.php 2014-10-06 17:08:10 UTC (rev 9200) @@ -27,9 +27,6 @@ function pickRandom() { $this->filename = $this->imageList[array_rand($this->imageList)]; - //trigger_error(sprintf(_("random image chosen: %s"), - // $this->filename), - // E_USER_NOTICE); //debugging return $this->filename; } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |