[Rt-commit] r2866 - in rt/branches/QUEBEC-EXPERIMENTAL: . lib/RT lib/RT/I18N

jesse at bestpractical.com jesse at bestpractical.com
Wed May 11 20:08:28 EDT 2005


Author: jesse
Date: Wed May 11 20:08:28 2005
New Revision: 2866

Modified:
   rt/branches/QUEBEC-EXPERIMENTAL/   (props changed)
   rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/I18N/hu.po
   rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Queue_Overlay.pm
Log:
 r16464 at hualien:  jesse | 2005-05-11 15:31:34 +0100
  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/QUEBEC-EXPERIMENTAL/lib/RT/I18N/hu.po
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/I18N/hu.po	(original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/I18N/hu.po	Wed May 11 20:08:28 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
-#. ('&#187;&#124;&#171;', 
-     $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/QUEBEC-EXPERIMENTAL/lib/RT/Queue_Overlay.pm
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Queue_Overlay.pm	(original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Queue_Overlay.pm	Wed May 11 20:08:28 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