MDL-24625 Dropped $CFG->block_search_text and $CFG->block_search_button
commit5741fd4ba5a670dda694f550262f179449fd5561
authorDavid Mudrak <david.mudrak@gmail.com>
Tue, 9 Nov 2010 12:40:56 +0000 (9 12:40 +0000)
committerDavid Mudrak <david.mudrak@gmail.com>
Tue, 9 Nov 2010 12:40:56 +0000 (9 12:40 +0000)
treeee3d882fd6a922d1e090a85d43aa30f5918485d9
parent03276af682c91b574bd42596422ec9f6201aace1
MDL-24625 Dropped $CFG->block_search_text and $CFG->block_search_button

We should never store strings in the database, use get_string()
whenever possible. Also, I removed legacy config_global.html even though
I know Apu kept it intentionally for regressions test. The file can
always be searched in the repository history, no need to keep it.
blocks/search/block_search.php
blocks/search/config_global.html [deleted file]
blocks/search/db/upgrade.php
blocks/search/lang/en/block_search.php
blocks/search/settings.php
blocks/search/version.php
blocks/search_forums/block_search_forums.php