avram / qbsql

Quizbowl stats tracking
http://quizbowl.gimranov.com/
GNU General Public License v2.0
1 stars 0 forks source link

Cleaner support for multiple tournaments #22

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We should switch from hard-coding t={$mysql_prefix} in every link in favor
of PHP's built-in URL-rewriting:

bool output_add_rewrite_var  ( string $name  , string $value  )

This is documented at
http://www.php.net/manual/en/function.output-add-rewrite-var.php .

Original issue reported on code.google.com by ajlyon on 28 Nov 2009 at 5:50