From c69489f65ed7a274d7f24057d370a156a56baac8 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 22 Mar 2003 17:35:41 +0000 Subject: [PATCH] oops forgot to close that git-svn-id: http://svn.php.net/repository/pear/packages/Gtk_MDB_Designer/trunk@120907 c90b9560-bf6c-de11-be94-00142212c4b1 --- Designer/Table.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Designer/Table.php b/Designer/Table.php index ef513cb..ee2fd7a 100755 --- a/Designer/Table.php +++ b/Designer/Table.php @@ -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) {