[Rt-commit] [svn] r1675 - in rt/branches/3.3-TESTING: . html/Admin/Tools

jesse at pallas.eruditorum.org jesse at pallas.eruditorum.org
Wed Oct 20 18:34:32 EDT 2004


Author: jesse
Date: Wed Oct 20 18:34:32 2004
New Revision: 1675

Modified:
   rt/branches/3.3-TESTING/   (props changed)
   rt/branches/3.3-TESTING/html/Admin/Tools/Configuration.html
Log:
 r6064 at tinbook:  jesse | 2004-10-20T22:08:13.953728Z
 Fixed a typo
 


Modified: rt/branches/3.3-TESTING/html/Admin/Tools/Configuration.html
==============================================================================
--- rt/branches/3.3-TESTING/html/Admin/Tools/Configuration.html	(original)
+++ rt/branches/3.3-TESTING/html/Admin/Tools/Configuration.html	Wed Oct 20 18:34:32 2004
@@ -80,7 +80,7 @@
 % next if (ref ${'RT::'.$key} );
 <tr><td>RT::<%$key%></td>
 <td>
-% if ($key =~ /Password(?|Length)/i) { 
+% if ($key =~ /Password(?!Length)/i) { 
 <i>Password not printed</i>
 % } else {
 <%${'RT::'.$key} %>


More information about the Rt-commit mailing list