diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-01-18 22:52:58 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-01-18 22:52:58 -0800 |
commit | 71a8375554ed6a4216abfe31a496be5ba012d4db (patch) | |
tree | dbf2e4fa2e50af1155c63ee6033dca3f283823d9 /modules/gallery | |
parent | dc570aaca96e34d1deb76ef03f90cb6fb0acd71c (diff) |
Whitespace.
Diffstat (limited to 'modules/gallery')
-rw-r--r-- | modules/gallery/libraries/ORM_MPTT.php | 3 |
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) { |