logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

Re: Custom fields values: msg#00072

Subject: Re: Custom fields values
Jean-Marc Fontaine wrote:
Hi Lukas,

I assume your are talking about the way things work in 0.12.0

You are right, I use the latest released version which is the 0.12.0.

We have worked alot in the handling of the user fields with the upcoming 0.13.0 release. There the is_active fields falls under the optional fields which you pass as a separate array form the other parameters. Here is the relevant code: if (isset($this->authTableCols['optional']) && sizeof($optionalFields) > 0) {
            foreach ($optionalFields as $alias => $value) {
$updateValues[] = $this->authTableCols['optional'][$alias]['name'] . '=' . $this->dbc->quote($value, $this->authTableCols['optional'][$alias]['type']);
            }
        }

I think this should get rid of your issue?

I was talking about the custom fields not the optional ones but I guess they are handled the same way. If so, the issue I was talking about is fixed. Thanks.

yup they are dealt with the same way.

BTW do you have a release date for the 0.13.0 version ?

any second :-)
but CVS shouldnt really change until then.

regards,
Lukas Smith
smith-23q3NNAHif3sBN0MCq728g@xxxxxxxxxxxxxxxx
_______________________________
  BackendMedia
  www.backendmedia.com
  berlin-23q3NNAHif3sBN0MCq728g@xxxxxxxxxxxxxxxx

  Linn Zwoch Smith GbR
  Pariser Str. 44
  D-10707 Berlin

  Tel +49 30 83 22 50 00
  Fax +49 30 83 22 50 07


<Prev in Thread] Current Thread [Next in Thread>