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'm getting an error : <b>Parse error</b>: syntax error, unexpected T_VARIABLE in <b>/includes/common.inc(1497)
: eval()'d code</b> on line <b>1</b><br><br>The code for the block is : <br><?php$get_nodes = db_query("SELECT * from nodequeue_nodes WHERE qid = 1 ORDER BY position DESC limit 3");$count = 0;while ($node = db_fetch_object($get_nodes)) { $count = $count + 1; $full_node = node_load($node->nid); if ($count == 3) { print node_view($full_node); } else { print node_view($full_node); }}?><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't think... Any thoughts as to why I'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>