[Rt-commit] r7969 - in rt/branches/3.7-EXPERIMENTAL-TUNIS: html/Admin/Elements

clsung at bestpractical.com clsung at bestpractical.com
Wed May 30 18:41:52 EDT 2007


Author: clsung
Date: Wed May 30 18:41:51 2007
New Revision: 7969

Modified:
   rt/branches/3.7-EXPERIMENTAL-TUNIS/   (props changed)
   rt/branches/3.7-EXPERIMENTAL-TUNIS/html/Admin/Elements/ConfigureMyRT

Log:
 r10819 at going04:  clsung | 2007-05-31 06:38:49 +0800
 - fix typo, $}/ => $/


Modified: rt/branches/3.7-EXPERIMENTAL-TUNIS/html/Admin/Elements/ConfigureMyRT
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-TUNIS/html/Admin/Elements/ConfigureMyRT	(original)
+++ rt/branches/3.7-EXPERIMENTAL-TUNIS/html/Admin/Elements/ConfigureMyRT	Wed May 30 18:41:51 2007
@@ -65,7 +65,7 @@
         OnSubmit  => sub {
             my $sel = shift;
             $portlets->{$pane} = [
-                map { m/(\w+)-(.*)$}/;
+                map { m/(\w+)-(.*)$/;
                       { type => $1,
                         name => $2 } } @{ $sel->{Current} }
             ];


More information about the Rt-commit mailing list