[pmwiki-devel] Bug in stdmarkup.php

christian.ridderstrom at gmail.com christian.ridderstrom at gmail.com
Tue Nov 13 05:44:06 CST 2007


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.

/Christian

-- 
Christian Ridderström, +46-8-768 39 44               http://www.md.kth.se/~chr


More information about the pmwiki-devel mailing list