On 8/29/06, <b class="gmail_sendername">Patrick R. Michaud</b> &lt;<a href="mailto:pmichaud@pobox.com">pmichaud@pobox.com</a>&gt; 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>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if ($stylepage['=passwd']['read']<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &amp;&amp; $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.&nbsp;&nbsp;Sorry for the<br>confusion.<br><br>Pm<br></blockquote></div><br>Yes, that did indeed fix the problem.&nbsp; Thanks so much!<br><br>Jon