--- ajaxtable/ajaxtable.orig.module	2008-01-02 16:29:05.000000000 -0600
+++ ajaxtable/ajaxtable.module	2008-01-02 16:29:28.000000000 -0600
@@ -962,11 +962,11 @@ function ajaxtable_input_col($col,$value
 function ajaxtable_edit_button($col,$value,$row,$table,$callback_array) {
   global $ajaxtable_vars;
 	if ($callback_array['is_user'] == 1) {
-		$action = '/user/'  .$row['uid'] . '/edit';
+		$action = 'user/'  .$row['uid'] . '/edit';
 	} else {
-		$action = '/node/'  .$row['nid'] . '/edit';
+		$action = 'node/'  .$row['nid'] . '/edit';
 	}
-  return '<form action="' .$action . '" method="GET"><input type="submit" value="Edit" />
+  return '<form action="' .url($action) . '" method="GET"><input type="submit" value="Edit" />
 		<input type="hidden" name="destination" value="' . $table['return'] . '" />
 		</form>';
 
