From 21452ce58f6e4d4caac473c9c8888eae28b8af76 Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Fri, 15 May 2009 18:14:16 +0000 Subject: [PATCH] fixed problem with git svn dcommit... --- lib/WebGUI/Operation/User.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/WebGUI/Operation/User.pm b/lib/WebGUI/Operation/User.pm index b89119bf4..fc30f88f5 100644 --- a/lib/WebGUI/Operation/User.pm +++ b/lib/WebGUI/Operation/User.pm @@ -325,8 +325,6 @@ sub getUserSearchForm { return $output; } -<<<<<<< HEAD:lib/WebGUI/Operation/User.pm -======= #------------------------------------------------------------------- =head2 www_ajaxCreateUser ( ) @@ -544,7 +542,6 @@ sub www_ajaxUpdateUser { user => $user->get, } ); } ->>>>>>> added services to create, update, and delete users:lib/WebGUI/Operation/User.pm #-------------------------------------------------------------------