[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.8.8-414-gbc9a754
Shawn Moore
sartak at bestpractical.com
Mon Aug 16 19:15:51 EDT 2010
The branch, 3.9-trunk has been updated
via bc9a7548e95de25ed4b60d2ee97d06d763f25a73 (commit)
from 8bd697727193b42ad67b56aff5f2d754f0bec343 (commit)
Summary of changes:
etc/upgrade/3.9.1/content | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
- Log -----------------------------------------------------------------
commit bc9a7548e95de25ed4b60d2ee97d06d763f25a73
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Mon Aug 16 19:17:58 2010 -0400
Revert accidental commit of comment characters
diff --git a/etc/upgrade/3.9.1/content b/etc/upgrade/3.9.1/content
index 26b74cc..8de4b91 100644
--- a/etc/upgrade/3.9.1/content
+++ b/etc/upgrade/3.9.1/content
@@ -11,17 +11,17 @@
);
if ($templates->Count) {
-# die "You have templates with Type other than Action. This will interfere with your upgrade because RT used to ignore the template Type field, but now uses it.";
+ die "You have templates with Type other than Action. This will interfere with your upgrade because RT used to ignore the template Type field, but now uses it.";
}
$templates = RT::Templates->new($RT::SystemUser);
$templates->UnLimit();
-# while (my $template = $templates->Next) {
-# my ($status, $msg) = $template->SetType('Perl');
-# unless ( $status ) {
-# die "Couldn't change Type of Template #" . $template->Id . ": $msg";
-# }
-# }
+ while (my $template = $templates->Next) {
+ my ($status, $msg) = $template->SetType('Perl');
+ unless ( $status ) {
+ die "Couldn't change Type of Template #" . $template->Id . ": $msg";
+ }
+ }
},
sub {
use strict;
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list