summaryrefslogtreecommitdiff
path: root/modules/gallery/libraries/ORM_MPTT.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2010-01-18 22:52:58 -0800
committerBharat Mediratta <bharat@menalto.com>2010-01-18 22:52:58 -0800
commit71a8375554ed6a4216abfe31a496be5ba012d4db (patch)
treedbf2e4fa2e50af1155c63ee6033dca3f283823d9 /modules/gallery/libraries/ORM_MPTT.php
parentdc570aaca96e34d1deb76ef03f90cb6fb0acd71c (diff)
Whitespace.
Diffstat (limited to 'modules/gallery/libraries/ORM_MPTT.php')
-rw-r--r--modules/gallery/libraries/ORM_MPTT.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/gallery/libraries/ORM_MPTT.php b/modules/gallery/libraries/ORM_MPTT.php
index 40168606..ba61131a 100644
--- a/modules/gallery/libraries/ORM_MPTT.php
+++ b/modules/gallery/libraries/ORM_MPTT.php
@@ -273,7 +273,8 @@ class ORM_MPTT_Core extends ORM {
->where("id", "=", $this->id)
->execute();
- // If the source is to the right of the target then we just adjusted its left_ptr and right_ptr above.
+ // If the source is to the right of the target then we just adjusted its left_ptr and
+ // right_ptr above.
$left_ptr = $original_left_ptr;
$right_ptr = $original_right_ptr;
if ($original_left_ptr > $target_right_ptr) {