doDefault() function has been dropped
authorsoranzo <soranzo>
Mon, 25 Jul 2005 18:54:16 +0000 (18:54 +0000)
committersoranzo <soranzo>
Mon, 25 Jul 2005 18:54:16 +0000 (18:54 +0000)
database.php

index 925885be6f25afbf165f83a32395c9f2782a76c6..577ea516e5a1f9c19aef640c394f839ae4074f71 100755 (executable)
@@ -3,7 +3,7 @@
        /**
         * Manage schemas within a database
         *
-        * $Id: database.php,v 1.72 2005/07/08 08:30:30 jollytoad Exp $
+        * $Id: database.php,v 1.73 2005/07/25 18:54:16 soranzo Exp $
         */
 
        // Include application functions
                        doSignal();
                        break;
                default:
-                       if ($data->hasSchemas())
-                               doDefault();
-                       else
-                               doSQL();
+                       doSQL();
                        break;
        }