<!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" and "List Group" buttons
and got the following error.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><!--StartFragment --> <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> </DIV>
<DIV>Same error in both cases... running version 2.26 I swear it was
working before but ... </DIV>
<DIV>Does colspan have to be defined elsewhere? </DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>The code from line 800 to line 810 is: 804 is
in red.</FONT></DIV>
<DIV><FONT face=Arial size=2> else
$t='td';<BR> if (preg_match('/^\\s.*\\s$/',$td[$i])) { $attr
.= " align='center'"; }<BR> elseif
(preg_match('/^\\s/',$td[$i])) { $attr .= " align='right'";
}<BR> elseif (preg_match('/\\s$/',$td[$i])) { $attr .= "
align='left'"; }<BR> <FONT color=#ff0000> for
($colspan=1;$i+$colspancount($td);$colspan++) <BR>
if ($td[$colspan+$i]!='') break;<BR></FONT> if ($colspan>1)
{ $attr .= " colspan='$colspan'"; }<BR> $y .= "<$t
$attr>".$td[$i]."</$t>";<BR> }<BR> if ($t=='caption')
return "<:table,1>$y";<BR> if ($MarkupFrame[0]['cs'][0] != 'table')
$rowcount = 0; else $rowcount++;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </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. I
assume it doesn't like something in this area.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thanks,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>John Morris</FONT></DIV></BODY></HTML>