From: <var...@us...> - 2017-01-11 15:07:20
|
Revision: 9998 http://sourceforge.net/p/phpwiki/code/9998 Author: vargenau Date: 2017-01-11 15:07:17 +0000 (Wed, 11 Jan 2017) Log Message: ----------- Remove obsolete comment Modified Paths: -------------- trunk/lib/WikiUser.php Modified: trunk/lib/WikiUser.php =================================================================== --- trunk/lib/WikiUser.php 2017-01-11 12:26:18 UTC (rev 9997) +++ trunk/lib/WikiUser.php 2017-01-11 15:07:17 UTC (rev 9998) @@ -1096,7 +1096,6 @@ $this->getAuthDbh(); // "'\$userid"' => %s // variables can be old-style: '"\$userid"' or new-style: "'$userid'" or just "userid" - // old-style strings don't survive pear/Config/IniConfig treatment, that's why we changed it. $new = array(); if (is_array($variables)) { //$sprintfstyle = false; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |