[EMAIL PROTECTED] wrote:
> On Tue, 13 Nov 2007, Stirling Westrup wrote:
> 
>> Near the end of stdmarkup.php is a line that reads:
>>
>>  list($t0, $t1) = Drange($match[3]);
>>
>> which should be
>>
>>  list($t0, $t1) = DRange($match[3]);
> 
> The only difference I see is 'R' vs 'r', and I think PhP doesn't care
> about case in function names so it's probably at worst a cosmetic bug.

Oh, okay. That explains why it hadn't been found and caught before this.

_______________________________________________
pmwiki-devel mailing list
pmwiki-devel@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-devel

Reply via email to