summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-11-03 02:05:11 +0000
committerBharat Mediratta <bharat@menalto.com>2008-11-03 02:05:11 +0000
commit019ea9cd35e732e5d49b4bc655e6b18bcbc7989e (patch)
tree10b5fe50046eab252c735da4e25d2c8e4b14b114
parent8183289bb1bcc21408b8c3cfa6034d9ffcc3c750 (diff)
Rename columns lft/rgt to left/right.
-rw-r--r--core/models/item.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/models/item.php b/core/models/item.php
index f402a567..b8957911 100644
--- a/core/models/item.php
+++ b/core/models/item.php
@@ -18,4 +18,6 @@
* Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
*/
class Item_Model extends MPTT {
+ protected $left_column = "left";
+ protected $right_column = "right";
}