Fix typos
authorsoranzo <soranzo>
Mon, 25 Jul 2005 21:01:59 +0000 (21:01 +0000)
committersoranzo <soranzo>
Mon, 25 Jul 2005 21:01:59 +0000 (21:01 +0000)
classes/Misc.php

index 2aa782259c63ecb1df5540ed63c6f09ee5b6e363..9f2063955afabfd9f857c8c565d6aa7981cc50bb 100644 (file)
@@ -2,7 +2,7 @@
        /**
         * Class to hold various commonly used functions
         *
-        * $Id: Misc.php,v 1.106 2005/07/15 08:03:12 chriskl Exp $
+        * $Id: Misc.php,v 1.107 2005/07/25 21:01:59 soranzo Exp $
         */
         
        class Misc {
                                        case 'database':
                                        case 'schema':
                                                if ($data->hasSchemas() === false) {
-                                                       $this->printTabs($this->getNavTabs('database'),$activetab);
-                                                       $this->printTabs($this->getNavTabs('schema'),$activetab);
+                                                       $this->printTabs($this->getNavTabs('database'), $activetab);
+                                                       $this->printTabs($this->getNavTabs('schema'), $activetab);
                                                        $_SESSION['webdbLastTab']['database'] = $activetab;
                                                        return;
                                                }
                        
                        echo "<table class=\"tabs\"><tr>\n";
                        
-                       # FIXME: don't count hiden tags
+                       # FIXME: don't count hidden tags
                        $width = round(100 / count($tabs)).'%';
                        
                        foreach ($tabs as $tab_id => $tab) {