<!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.2800.1491" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I was trying and really liking the skin switching 
and while using Gemini I tried the "Cross Ref"&nbsp; and "List Group" buttons 
and got the following error.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><!--StartFragment -->&nbsp;<B>Fatal error</B>: Call to undefined function: 
() in <B>/nfs/cust/0/44/07/570440/web/storywiki/pmwiki.php</B> on line 
<B>804</B> </DIV>
<DIV><STRONG></STRONG>&nbsp;</DIV>
<DIV>Same error in both cases... running version 2.26&nbsp; I swear it was 
working before but ... </DIV>
<DIV>Does colspan have to be defined elsewhere?&nbsp; </DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>The code from line 800 to line 810 is:&nbsp; 804 is 
in red.</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; else 
$t='td';<BR>&nbsp;&nbsp;&nbsp; if (preg_match('/^\\s.*\\s$/',$td[$i])) { $attr 
.= " align='center'"; }<BR>&nbsp;&nbsp;&nbsp; elseif 
(preg_match('/^\\s/',$td[$i])) { $attr .= " align='right'"; 
}<BR>&nbsp;&nbsp;&nbsp; elseif (preg_match('/\\s$/',$td[$i])) { $attr .= " 
align='left'"; }<BR>&nbsp;&nbsp;<FONT color=#ff0000>&nbsp; for 
($colspan=1;$i+$colspancount($td);$colspan++) <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
if ($td[$colspan+$i]!='') break;<BR></FONT>&nbsp;&nbsp;&nbsp; if ($colspan&gt;1) 
{ $attr .= " colspan='$colspan'"; }<BR>&nbsp;&nbsp;&nbsp; $y .= "&lt;$t 
$attr&gt;".$td[$i]."&lt;/$t&gt;";<BR>&nbsp; }<BR>&nbsp; if ($t=='caption') 
return "&lt;:table,1&gt;$y";<BR>&nbsp; if ($MarkupFrame[0]['cs'][0] != 'table') 
$rowcount = 0; else $rowcount++;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>for some reason Dreamweaver is highliting the 
entire sedction of code from line 791 to 806.... Can't find out why.&nbsp; I 
assume it doesn't like something in this area.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>John Morris</FONT></DIV></BODY></HTML>