[Rt-commit] rt branch, 3.999-trunk, updated. 959cb6b27d2b407c6ec709072a77ef248b4c8441
sartak at bestpractical.com
sartak at bestpractical.com
Mon Dec 14 12:12:01 EST 2009
The branch, 3.999-trunk has been updated
via 959cb6b27d2b407c6ec709072a77ef248b4c8441 (commit)
from 80d20aefc6b5c6d1c2d92b6c756c0915a020a023 (commit)
Summary of changes:
share/html/Ticket/Elements/PreviewScrips | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 959cb6b27d2b407c6ec709072a77ef248b4c8441
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Mon Dec 14 12:11:49 2009 -0500
Migration fix
diff --git a/share/html/Ticket/Elements/PreviewScrips b/share/html/Ticket/Elements/PreviewScrips
index a7d6c3a..d2f7c87 100755
--- a/share/html/Ticket/Elements/PreviewScrips
+++ b/share/html/Ticket/Elements/PreviewScrips
@@ -217,7 +217,7 @@ my ( $id, $txn, $msg ) = $ticket_obj->create(
owner => $ARGS{'owner'},
requestor => $ARGS{'requestors'},
cc => $ARGS{'cc'},
- admin_Cc => $ARGS{'admin_cc'},
+ admin_cc => $ARGS{'admin_cc'},
initial_priority => $ARGS{'initial_priority'},
final_priority => $ARGS{'final_priority'},
time_left => $ARGS{'time_left'},
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list