In the docs for nextmatch, it says:
options-selectcols’ => // I array with name/label pairs for the column-
selection, this gets autodetected by default. A name => false hides
the column from the column-selection.
However it looks like this is ignored, as Line 324 resets the value to
an empty array, and the columns I set to false are still available to
be selected.
I’m pretty sure this used to work, and changing that line does remove
the desired columns from the list, but that line hasn’t been changed
in months, which makes me suspect something somewhere else used to
work differently. What is the best way to fix this? Is it safe just
to change that line to:
$value[‘options-selectcols’] = is_array($value[‘options-
selectcols’]) ? $value[‘options-selectcols’] : array();
Nathan Gray
nathan at goarctic dot com
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
eGroupWare-developers mailing list
eGroupWare-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-developers