[Rt-commit] rt branch, 3.999-trunk, updated. 12f4e554e85debbf548e85bd65e961da359e3752
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Mon Nov 16 23:28:50 EST 2009
The branch, 3.999-trunk has been updated
via 12f4e554e85debbf548e85bd65e961da359e3752 (commit)
from 2fff9da244eff85455566b8511ca151d57f19469 (commit)
Summary of changes:
lib/RT/Interface/Web.pm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 12f4e554e85debbf548e85bd65e961da359e3752
Author: sunnavy <sunnavy at bestpractical.com>
Date: Tue Nov 17 12:28:33 2009 +0800
case fix
diff --git a/lib/RT/Interface/Web.pm b/lib/RT/Interface/Web.pm
index ce6113e..c49c4fa 100755
--- a/lib/RT/Interface/Web.pm
+++ b/lib/RT/Interface/Web.pm
@@ -1010,9 +1010,9 @@ sub process_ticket_basics {
{
my ($ChownType);
if ( $args_ref->{'force_owner_change'} ) {
- $ChownType = "Force";
+ $ChownType = "force";
} else {
- $ChownType = "Give";
+ $ChownType = "give";
}
my ( $val, $msg ) = $ticket_obj->set_owner( $args_ref->{'owner'}, $ChownType );
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list