Remove DB logic from SearchEngine. New method in Database and associated subclasses...
authorChad Horohoe <demon@users.mediawiki.org>
Mon, 18 Aug 2008 15:22:00 +0000 (15:22 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Mon, 18 Aug 2008 15:22:00 +0000 (15:22 +0000)
commite8ad8d066d4600b7296cccf441981b532e7780f6
treed9a2e1abf4a22487b713fc5e9b0250f26c0d74f9
parent44fcbc51c51c893ee0848e5447db2733d2ef0c7e
Remove DB logic from SearchEngine. New method in Database and associated subclasses called getSearchEngine() does this now.
includes/SearchEngine.php
includes/db/Database.php
includes/db/DatabaseOracle.php
includes/db/DatabasePostgres.php