[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.8.8-93-g9d1b85e
Kevin Falcone
falcone at bestpractical.com
Fri Jun 18 16:50:15 EDT 2010
The branch, 3.9-trunk has been updated
via 9d1b85ef8ecc58f80f29581bb7feecf8ea4a73f9 (commit)
from 9c3e93a0ac550c894cba45d8b4c264d50c9a2399 (commit)
Summary of changes:
share/html/Admin/Queues/Modify.html | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 9d1b85ef8ecc58f80f29581bb7feecf8ea4a73f9
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Fri Jun 18 16:51:03 2010 -0400
Remove old cache cleaning code
This cache has been irrelevant since
36bf6181f1e4d867bcfec27bd29ad16d000898ec
diff --git a/share/html/Admin/Queues/Modify.html b/share/html/Admin/Queues/Modify.html
index c6ffe17..906ee39 100755
--- a/share/html/Admin/Queues/Modify.html
+++ b/share/html/Admin/Queues/Modify.html
@@ -153,7 +153,6 @@ if ($Create) {
if ( defined $id && $id eq 'new' ) {
my ($val, $msg) = $QueueObj->Create( Name => $Name );
Abort("$msg") unless $val;
- delete $session{'create_in_queues'};
push @results, $msg;
}
else {
@@ -164,7 +163,6 @@ if ($Create) {
$current_tab = 'Admin/Queues/Modify.html?id='.$QueueObj->id;
}
if ( $QueueObj->Id ) {
- delete $session{'create_in_queues'};
my @attribs= qw(Description CorrespondAddress CommentAddress Name
InitialPriority FinalPriority DefaultDueIn Sign Encrypt SubjectTag Disabled);
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list