minor change

This commit is contained in:
tomas 2005-02-22 03:01:45 +00:00
parent 429fed1b44
commit 28839120d8
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ define('ALIBERR_MTREE', 10);
* );
* </code></pre>
* @author $Author: tomas $
* @version $Revision: 1.1 $
* @version $Revision: 1.2 $
* @see ObjClasses
* Original author Tom Hlava
*/
@ -597,7 +597,7 @@ class M2tree{
*/
function install()
{
$this->dbc->query("BEGIN");
$r = $this->dbc->query("BEGIN");
if(PEAR::isError($r)) return $r;
$r = $this->dbc->query("CREATE TABLE {$this->treeTable} (
id int not null PRIMARY KEY,