move $this->initialiseVariables down to where the variables are used the first time...
authorJens Frank <jeluf@users.mediawiki.org>
Tue, 13 Jul 2004 06:42:55 +0000 (06:42 +0000)
committerJens Frank <jeluf@users.mediawiki.org>
Tue, 13 Jul 2004 06:42:55 +0000 (06:42 +0000)
commit6606778166297314ca4e4c4dba0d49ceefd88f8e
tree0f792584aac85724166e46ab7804dbd298bb8876
parent460d5f9aa9acb16f4627a489e5ec95632d80c829
move $this->initialiseVariables down to where the variables are used the first time. This removes one SQL query per page view if no variables are used on that page.
includes/Parser.php