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
_______________________________________________
pmwiki-devel mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-devel

Reply via email to