projects
/
phppgadmin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de279e7
)
doDefault() function has been dropped
author
soranzo
<soranzo>
Mon, 25 Jul 2005 18:54:16 +0000
(18:54 +0000)
committer
soranzo
<soranzo>
Mon, 25 Jul 2005 18:54:16 +0000
(18:54 +0000)
database.php
patch
|
blob
|
blame
|
history
diff --git
a/database.php
b/database.php
index 925885be6f25afbf165f83a32395c9f2782a76c6..577ea516e5a1f9c19aef640c394f839ae4074f71 100755
(executable)
--- a/
database.php
+++ b/
database.php
@@
-3,7
+3,7
@@
/**
* Manage schemas within a database
*
- * $Id: database.php,v 1.7
2 2005/07/08 08:30:30 jollytoad
Exp $
+ * $Id: database.php,v 1.7
3 2005/07/25 18:54:16 soranzo
Exp $
*/
// Include application functions
@@
-609,10
+609,7
@@
doSignal();
break;
default:
- if ($data->hasSchemas())
- doDefault();
- else
- doSQL();
+ doSQL();
break;
}