[pmwiki-devel] Bug in stdmarkup.php
    Stirling Westrup 
    sti at pooq.com
       
    Tue Nov 13 04:47:06 CST 2007
    
    
  
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]);
    
    
More information about the pmwiki-devel
mailing list