[Rt-commit] r2856 - in rt/branches/3.4-RELEASE: . lib/RT lib/RT/I18N
jesse at bestpractical.com
jesse at bestpractical.com
Mon May 9 21:52:40 EDT 2005
Author: jesse
Date: Mon May 9 21:52:39 2005
New Revision: 2856
Modified:
rt/branches/3.4-RELEASE/ (props changed)
rt/branches/3.4-RELEASE/lib/RT/I18N/hu.po
rt/branches/3.4-RELEASE/lib/RT/Queue_Overlay.pm
Log:
r16376 at hualien: jesse | 2005-05-09 21:51:14 -0400
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.4-RELEASE/lib/RT/I18N/hu.po
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/I18N/hu.po (original)
+++ rt/branches/3.4-RELEASE/lib/RT/I18N/hu.po Mon May 9 21:52:39 2005
@@ -114,14 +114,6 @@
msgid "%1 - Specify the search module you want to use"
msgstr "%1 - Adja meg a használandó keres?modult!"
- $RT::VERSION,
- '2004',
- '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
-#: html/Elements/Footer:58
-#. ('»|«',
- $RT::VERSION,
- '2005',
- '<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.4-RELEASE/lib/RT/Queue_Overlay.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/Queue_Overlay.pm (original)
+++ rt/branches/3.4-RELEASE/lib/RT/Queue_Overlay.pm Mon May 9 21:52:39 2005
@@ -447,7 +447,7 @@
$tempqueue->Load($name);
#If this queue exists, return undef
- if ( $tempqueue->Name() ) {
+ if ( $tempqueue->Name() && $tempqueue->id != $self->id) {
return (undef);
}
More information about the Rt-commit
mailing list