Skip to content

Commit

Permalink
oops forgot to close that
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pear/packages/Gtk_MDB_Designer/trunk@120907 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
roojs committed Mar 22, 2003
1 parent 2184f94 commit c69489f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Designer/Table.php
Expand Up @@ -119,7 +119,7 @@ function toSQL($db) {
$ret .= ")";
if (strlen($this->inherits)) {
$ret.= "\nINHERITS ({$this->inherits})";

}
$ret .= ";\n";
// now indexes..
foreach($this->fields as $field) {
Expand Down

0 comments on commit c69489f

Please sign in to comment.