Hey all,<br><br>I have a nodequeue set up and I threw some php code in a block to display the nodes I want... This all worked great for me until I updated the site to the latest Drupal 5.22 and all of a sudden I&#39;m getting an error : <b>Parse error</b>:  syntax error, unexpected T_VARIABLE in <b>/includes/common.inc(1497)
 : eval()&#39;d code</b> on line <b>1</b><br><br>The code for the block is : <br>&lt;?php$get_nodes = db_query(&quot;SELECT * from nodequeue_nodes WHERE qid = 1 ORDER BY position DESC limit 3&quot;);$count = 0;while ($node = db_fetch_object($get_nodes)) {  $count = $count + 1;  $full_node = node_load($node-&gt;nid);  if ($count == 3) {    print node_view($full_node);  } else {    print node_view($full_node);  }}?&gt;<br>
<br>I have the latest Drupal 5.x version of all the modules and core. My theme is not getting in the way I don&#39;t think... Any thoughts as to why I&#39;m getting this error instead of my block displaying properly??<br>
<br><br clear="all">Jake Roufa<br>208.557.9390<br><a href="http://jacobroufa.com">http://jacobroufa.com</a><br>