minor change
This commit is contained in:
parent
429fed1b44
commit
28839120d8
|
@ -22,7 +22,7 @@ define('ALIBERR_MTREE', 10);
|
||||||
* );
|
* );
|
||||||
* </code></pre>
|
* </code></pre>
|
||||||
* @author $Author: tomas $
|
* @author $Author: tomas $
|
||||||
* @version $Revision: 1.1 $
|
* @version $Revision: 1.2 $
|
||||||
* @see ObjClasses
|
* @see ObjClasses
|
||||||
* Original author Tom Hlava
|
* Original author Tom Hlava
|
||||||
*/
|
*/
|
||||||
|
@ -597,7 +597,7 @@ class M2tree{
|
||||||
*/
|
*/
|
||||||
function install()
|
function install()
|
||||||
{
|
{
|
||||||
$this->dbc->query("BEGIN");
|
$r = $this->dbc->query("BEGIN");
|
||||||
if(PEAR::isError($r)) return $r;
|
if(PEAR::isError($r)) return $r;
|
||||||
$r = $this->dbc->query("CREATE TABLE {$this->treeTable} (
|
$r = $this->dbc->query("CREATE TABLE {$this->treeTable} (
|
||||||
id int not null PRIMARY KEY,
|
id int not null PRIMARY KEY,
|
||||||
|
|
Loading…
Reference in New Issue