<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2769" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>dear listers,</FONT></DIV>
<DIV><FONT face=Arial size=2>hello.</FONT></DIV>
<DIV><FONT face=Arial size=2>I was trying to list most recnt announcements as I 
found in one of the code snipit at the drupal website. I made a new block and 
wrote the folloing in it:</FONT></DIV>
<DIV><FONT face=Arial size=2>--------</FONT></DIV><FONT face=Arial size=2>
<DIV><BR>&lt;?php<BR>$listlength=5;<BR>$termtolistnodesfrom="97"; //97 is the 
category (term) with the 
announcements<BR>$nodetype="";<BR>$showuser="no";<BR>$excerptlength=200;<BR>$title="Most 
Recent Announcements";<BR>print listandhighlightnodes($listlength, 
$termtolistnodesfrom, $nodetype, $showuser, $excerptlength, 
$title);<BR>?&gt;</DIV>
<DIV>--------</DIV>
<DIV>now whenever I go to that site:</DIV>
<DIV><A href="http://www.mystop.net">www.mystop.net</A></DIV>
<DIV>I get the following error: </DIV>
<DIV>--------</DIV>
<DIV>Fatal error: Call to undefined function: listandhighlightnodes() in 
/home/mystop/public_html/includes/common.inc(1857) : eval()'d code on line 
9<BR>----------</DIV>
<DIV>is there a way to undo what I did so that the site functions again? I 
wouldn't think that the solution would be to just lose the whole site?</DIV>
<DIV>regards,</DIV>
<DIV>mohammed</DIV>
<DIV></FONT>&nbsp;</DIV></BODY></HTML>