Grrrrrrrrrrrrrrrrrrrrrrrrrrr, ok nothing seems to work everything I put in there gives me the same error.<br><br>This is what I have now.<br><br>global $user;<br>return array(0 =&gt; array(&#39;uid&#39; =&gt; $user=&gt;uid));
<br><br><div><span class="gmail_quote">On 11/1/07, <b class="gmail_sendername">Earnie Boyd</b> &lt;<a href="mailto:earnie@users.sourceforge.net">earnie@users.sourceforge.net</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Quoting Chris McCreery &lt;<a href="mailto:chris.mccreery@gmail.com">chris.mccreery@gmail.com</a>&gt;:<br><br>&gt; Thanks but still no luck just that same error. Since I&#39;m just trying to<br>&gt; specify the default for this field and it is already getting the possible
<br>&gt; users to reference am I just trying to specify the default value? If so then<br>&gt; do I need to run a query or just tell Drupal which uid I&#39;d like to use?<br>&gt; Would the following work? ( it doesn&#39;t but that just might be my syntax.
<br>&gt;<br>&gt; global $user<br>&gt; return array(<br>&gt;&nbsp;&nbsp;0 =&gt; array(&#39;uid&#39; =&gt; $user=&gt;uid)<br>&gt; );<br>&gt;<br><br>Yes, based on what you&#39;ve said.&nbsp;&nbsp;You need a ; after global $user.<br>Maybe you don&#39;t need to global $user; at all.&nbsp;&nbsp;Or you can ``$user =
<br>$GLOBALS[&#39;user&#39;];&#39;&#39;.<br><br>Earnie -- <a href="http://for-my-kids.com/">http://for-my-kids.com/</a><br>-- <a href="http://give-me-an-offer.com/">http://give-me-an-offer.com/</a><br><br>--<br>[ Drupal support list | 
<a href="http://lists.drupal.org/">http://lists.drupal.org/</a> ]<br></blockquote></div><br><br clear="all"><br>-- <br>Chris McCreery