Last modified: 2011-03-13 18:06:17 UTC
SearchEngine.php may require_once( 'SearchMySQL3.php' ) SearchMySQL3.php does require_once( 'SearchMySQL.php' ) SearchMySQL.php does require_once( 'SearchEngine.php' ) While not actively harmful, I suspect that isn't intended so I figured I might as well make a note of it.
SearchMySQL4.php is only required by SearchEngine.php, but that's still good to let it around. Thanks for the notice.