--- class.tx_srfeuserregister_commerce_hooksHandler.php.old	2012-07-19 16:19:50.334685005 +0200
+++ class.tx_srfeuserregister_commerce_hooksHandler.php	2012-07-19 16:19:46.578684916 +0200
@@ -54,12 +54,12 @@
 	 * @param array $currentArr: complete array of feuser fields
 	 * @param object $pObj: page Object
 	 */
-	function registrationProcess_afterSaveCreate($currentArr, &$pObj) {
+    function registrationProcess_afterSaveCreate($theTable,$dataArray,$origArray,$token,&$newRow,$cmd,$cmdKey,$pid,$fieldList,&$pObj) {   
 //		debug($currentArr,'$currentArr');
 //		debug($pObj,'$pObj');
 
 		//notify observer
-		feusers_observer::update('new', $currentArr['uid'], $currentArr);
+		feusers_observer::update('new', $dataArray['uid'], $dataArray);
 	}
 
 
@@ -71,12 +71,12 @@
 	 * @param array $currentArr: complete array of feuser fields
 	 * @param object $pObj: page Object
 	 */
-	function registrationProcess_afterSaveEdit($currentArr, &$pObj) {
+    function registrationProcess_afterSaveEdit($theTable,$dataArray,$origArray,$token,&$newRow,$cmd,$cmdKey,$pid,$fieldList,&$pObj) {    
 //		debug($currentArr,'$currentArr');
 //		debug($pObj,'$pObj');
 
 		//notify observer
-		feusers_observer::update('update', $currentArr['uid'], $currentArr);
+		feusers_observer::update('update', $dataArray['uid'], $dataArray);
 	}
 
 }
