[Rt-commit] r2853 - in rt/branches/3.2-RELEASE: . lib/RT lib/RT/I18N
jesse at bestpractical.com
jesse at bestpractical.com
Mon May 9 21:45:11 EDT 2005
Author: jesse
Date: Mon May 9 21:45:10 2005
New Revision: 2853
Modified:
rt/branches/3.2-RELEASE/ (props changed)
rt/branches/3.2-RELEASE/lib/RT/I18N/hu.po
rt/branches/3.2-RELEASE/lib/RT/Queue_Overlay.pm
Log:
r16373 at hualien: jesse | 2005-05-09 21:43:59 -0400
* Queue name case changes were accidentally generating a "Name Conflict" error
Modified: rt/branches/3.2-RELEASE/lib/RT/I18N/hu.po
==============================================================================
--- rt/branches/3.2-RELEASE/lib/RT/I18N/hu.po (original)
+++ rt/branches/3.2-RELEASE/lib/RT/I18N/hu.po Mon May 9 21:45:10 2005
@@ -154,20 +154,6 @@
msgid "%1 - ארגומנט להעביר אל %2"
msgstr ""
- $RT::VERSION,
- '2004',
- '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
- $RT::VERSION,
- '2004',
- '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
- $RT::VERSION,
- '2004',
- '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
-#: html/Elements/Footer:58
-#. ('»|«',
- $RT::VERSION,
- '2004',
- '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
msgid "%1 RT %2 Copyright 1996-%3 %4."
msgstr ""
Modified: rt/branches/3.2-RELEASE/lib/RT/Queue_Overlay.pm
==============================================================================
--- rt/branches/3.2-RELEASE/lib/RT/Queue_Overlay.pm (original)
+++ rt/branches/3.2-RELEASE/lib/RT/Queue_Overlay.pm Mon May 9 21:45:10 2005
@@ -416,7 +416,7 @@
#If this queue exists, return undef
#Avoid the ACL check.
- if ( $tempqueue->Name() ) {
+ if ( $tempqueue->Name() && $tempqueue->id != $self->id) {
return (undef);
}
More information about the Rt-commit
mailing list