projects
/
phppgadmin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f8a3bd
)
fix warning generated during error with composite types.
author
xzilla
<xzilla>
Fri, 10 Nov 2006 00:14:29 +0000
(
00:14
+0000)
committer
xzilla
<xzilla>
Fri, 10 Nov 2006 00:14:29 +0000
(
00:14
+0000)
TODO
patch
|
blob
|
blame
|
history
types.php
patch
|
blob
|
blame
|
history
diff --git
a/TODO
b/TODO
index 0f2aaf5045193d10f266ba418dc7999bfee49f34..be8a72afe10c53f2acc0bc643c5b8111a334eef2 100644
(file)
--- a/
TODO
+++ b/
TODO
@@
-113,6
+113,8
@@
Indexes
Types
-----
+* Suppres psuedo-type options in type list for creating composite types.
+
Operators
---------
diff --git
a/types.php
b/types.php
index 5ff90154b44a33e8e21e521e1d61f03b5916f969..be805c533140cc552bc821cdbc14ab2b7cb572f5 100644
(file)
--- a/
types.php
+++ b/
types.php
@@
-3,7
+3,7
@@
/**
* Manage types in a database
*
- * $Id: types.php,v 1.3
0 2006/06/17 12:57:36
xzilla Exp $
+ * $Id: types.php,v 1.3
1 2006/11/10 00:14:29
xzilla Exp $
*/
// Include application functions
@@
-173,7
+173,7
@@
$types = $data->getTypes(true, false, true);
- $misc->printTrail('
type
');
+ $misc->printTrail('
schema
');
$misc->printTitle($lang['strcreatecomptype'], 'pg.type.create');
$misc->printMsg($msg);