On 8/29/06, <b class="gmail_sendername">Patrick R. Michaud</b> <<a href="mailto:pmichaud@pobox.com">pmichaud@pobox.com</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
The *correct* line should be<br><br> if ($stylepage['=passwd']['read']<br> && $stylepage['=passwd']['read'][0] != '@nopass') {<br><br>because $stylepage['=passwd']['read'] is an *array* of passwords.
<br><br>Now fixed in the Cookbook as well, and tested. Sorry for the<br>confusion.<br><br>Pm<br></blockquote></div><br>Yes, that did indeed fix the problem. Thanks so much!<br><br>Jon