[Rt-commit] rt branch, create-action, updated. d2aa4afa7e9161420f688638914196cf61c56cd5
sartak at bestpractical.com
sartak at bestpractical.com
Tue Sep 1 10:57:28 EDT 2009
The branch, create-action has been updated
via d2aa4afa7e9161420f688638914196cf61c56cd5 (commit)
from b26dfdece8ce1b8d72131457bda30aab4cce87fa (commit)
Summary of changes:
share/html/Ticket/Elements/ShowQueue | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit d2aa4afa7e9161420f688638914196cf61c56cd5
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Tue Sep 1 10:57:17 2009 -0400
Err, we don't use $value anywhere, so get rid of it
diff --git a/share/html/Ticket/Elements/ShowQueue b/share/html/Ticket/Elements/ShowQueue
index d45ccfe..1ddce58 100644
--- a/share/html/Ticket/Elements/ShowQueue
+++ b/share/html/Ticket/Elements/ShowQueue
@@ -51,7 +51,4 @@
$queue_obj
</%ARGS>
<%INIT>
-my $value = $queue_obj->name;
-$value = '#'. $queue_obj->id
- unless defined $value && length $value;
</%INIT>
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list