From: <var...@us...> - 2014-12-04 16:19:37
|
Revision: 9419 http://sourceforge.net/p/phpwiki/code/9419 Author: vargenau Date: 2014-12-04 16:19:33 +0000 (Thu, 04 Dec 2014) Log Message: ----------- private $_columns_seen --> public Modified Paths: -------------- trunk/lib/PageList.php Modified: trunk/lib/PageList.php =================================================================== --- trunk/lib/PageList.php 2014-12-04 16:12:50 UTC (rev 9418) +++ trunk/lib/PageList.php 2014-12-04 16:19:33 UTC (rev 9419) @@ -610,7 +610,7 @@ public $_sortby = array(); public $_maxlen = 0; private $_messageIfEmpty = ''; - private $_columns_seen = array(); + public $_columns_seen = array(); private $_stack; function __construct($columns = array(), $exclude = array(), $options = array()) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |