[pmwiki-devel] Bug in stdmarkup.php
sti at pooq.com
sti at pooq.com
Tue Nov 13 06:11:13 CST 2007
christian.ridderstrom at gmail.com 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.
More information about the pmwiki-devel
mailing list