04.02.08

BOL Tricks

Posted in Web Development at 4:56 pm by BrianS

In order to enable easier checking of Benchmarks Online against the print (aka 1993) version, I implemented a switch that allows you to specify the 1993 version as the default tab displayed. To enable to switch you have to visit the utility with the querystring bmtabver=1993 appended. So the following URL would enable the switch:

http://floradev.p2061.org/benchmarks/index.php?bmtabver=1993

To disable the switch change the value from 1993 to 2007 (or delete the “bmtabver” cookie from your browser).

This switch is not publicly noted.

Leave a Comment

You must be logged in to post a comment.