[Rt-commit] r4670 - in rt/branches/3.7-EXPERIMENTAL: .
robert at bestpractical.com
robert at bestpractical.com
Fri Mar 3 01:09:41 EST 2006
Author: robert
Date: Fri Mar 3 01:09:41 2006
New Revision: 4670
Modified:
rt/branches/3.7-EXPERIMENTAL/ (props changed)
rt/branches/3.7-EXPERIMENTAL/lib/RT/Tickets_Overlay_SQL.pm
Log:
r4699 at bear: rspier | 2006-03-02 21:59:46 -0800
minor whitespace and formatting standardization
Modified: rt/branches/3.7-EXPERIMENTAL/lib/RT/Tickets_Overlay_SQL.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/RT/Tickets_Overlay_SQL.pm (original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/RT/Tickets_Overlay_SQL.pm Fri Mar 3 01:09:41 2006
@@ -224,8 +224,7 @@
};
}
else {
- $self->_close_bundle(@bundle);
- @bundle = ();
+ $self->_close_bundle(@bundle); @bundle = ();
$sub->( $self, $key, $op, $value,
SUBCLAUSE => '', # don't need anymore
ENTRYAGGREGATOR => $ea,
@@ -236,7 +235,7 @@
$ea = '';
};
RT::SQL::Parse($string, \%callback);
- $self->_close_bundle(@bundle); @bundle = ();
+ $self->_close_bundle(@bundle); @bundle = ();
}
=head2 ClausesToSQL
More information about the Rt-commit
mailing list