* Fix using schema enabled dump on non-schema enabled backend
* Don't try setting no timeout when in safe mode
* Reload browser after executing arbitrary SQL
+* Fix browser in RTL languages
* Fix inability to drop database using the drop link
Version 3.5.2
* if you click on a database it shows a list of database objects in that
* database.
*
- * $Id: browser.php,v 1.42 2004/09/02 13:53:56 jollytoad Exp $
+ * $Id: browser.php,v 1.42.2.1 2005/03/11 04:41:05 chriskl Exp $
*/
// Include application functions
// Output header
$misc->printHeader('', "<script src=\"classes/HTML_TreeMenu/TreeMenu.js\" type=\"text/javascript\"></script>\n<script src=\"links.js\" type=\"text/javascript\"></script>");
$misc->printBody('browser');
+ echo "<div dir=\"ltr\">\n";
// Construct expanding tree
$menu = new HTML_TreeMenu(null, array('usePersistence' => false));
$treeMenu->printMenu();
// Output footer
+ echo "</div>\n";
$misc->printFooter();
?>