[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.4-49-gfad1f52

Alex Vandiver alexmv at bestpractical.com
Fri Oct 1 14:49:15 EDT 2010


The branch, 3.9-trunk has been updated
       via  fad1f526fcdcbfbec39c054263f37b7baf5cf6b4 (commit)
      from  a97319a1fc71a86b3140e7f90f11a44a6626c825 (commit)

Summary of changes:
 share/html/Admin/Users/Modify.html |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

- Log -----------------------------------------------------------------
commit fad1f526fcdcbfbec39c054263f37b7baf5cf6b4
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Fri Oct 1 14:52:27 2010 -0400

    Add a callback for for user modification

diff --git a/share/html/Admin/Users/Modify.html b/share/html/Admin/Users/Modify.html
index 6751705..c90b3db 100755
--- a/share/html/Admin/Users/Modify.html
+++ b/share/html/Admin/Users/Modify.html
@@ -312,6 +312,7 @@ else {
 }
 
 
+$m->callback( %ARGS, CallbackName => 'BeforeUpdate', User => $UserObj, ARGSRef => \%ARGS, Results => \@results );
 
 
 # If we have a user to modify, lets try. 

-----------------------------------------------------------------------


More information about the Rt-commit mailing list