[otrs-cvs] otrs/Kernel/System DB.pm,1.154,1.155
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/Kernel/System
In directory lancelot:/tmp/cvs-serv4821/Kernel/System
Modified Files:
DB.pm
Log Message:
Removed obsolete elsif; thanks Martin!
Author: mb
Index: DB.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/DB.pm,v
retrieving revision 1.154
retrieving revision 1.155
diff -2 -u -d -r1.154 -r1.155
--- DB.pm 11 Dec 2012 09:28:56 -0000 1.154
+++ DB.pm 11 Dec 2012 14:38:03 -0000 1.155
@@ -563,7 +563,4 @@
$SQL =~ s{ \A SELECT }{SELECT TOP $Limit}xmsi;
}
- elsif ( $Self->{Backend}->{'DB::Limit'} eq 'top' ) {
- $SQL =~ s/^SELECT/SELECT TOP $Limit/i;
- }
else {
$Self->{Limit} = $Limit;
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log