--- ../racktables-prod/inc/ophandlers.php	2013-06-11 15:01:30.997198478 +0200
+++ inc/ophandlers.php	2013-06-12 12:05:39.305303818 +0200
@@ -1921,10 +1921,18 @@
 $msgcode['updateRow']['OK'] = 6;
 function updateRow ()
 {
+	global $pageno;
+	
 	assertUIntArg ('row_id');
 	assertUIntArg ('location_id', TRUE);
 	assertStringArg ('name');
 
+	if ($pageno = 'row')
+        {
+	        commitUpdateObject ($_REQUEST['row_id'], $_REQUEST['name'], NULL, NULL, NULL, NULL);
+	        updateObjectAttributes ($_REQUEST['row_id']);
+	}
+	else
 	commitUpdateObject ($_REQUEST['row_id'], $_REQUEST['name'], NULL, NULL, NULL, NULL);
 
 	$rowData = spotEntity ('row', $_REQUEST['row_id']);
