fix warning generated during error with composite types.
authorxzilla <xzilla>
Fri, 10 Nov 2006 00:14:29 +0000 (00:14 +0000)
committerxzilla <xzilla>
Fri, 10 Nov 2006 00:14:29 +0000 (00:14 +0000)
TODO
types.php

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
 ---------
 
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.30 2006/06/17 12:57:36 xzilla Exp $
+        * $Id: types.php,v 1.31 2006/11/10 00:14:29 xzilla Exp $
         */
 
        // Include application functions
 
                                $types = $data->getTypes(true, false, true);
 
-                               $misc->printTrail('type');
+                               $misc->printTrail('schema');
                                $misc->printTitle($lang['strcreatecomptype'], 'pg.type.create');
                                $misc->printMsg($msg);