From 0f6215f70ed47a1c26743dab636fb74042d98833 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 22 Mar 2010 13:24:48 -0400 Subject: [PATCH] testing before merge --- tbl_row_action.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tbl_row_action.php b/tbl_row_action.php index d72c7d537..efcc74d7b 100644 --- a/tbl_row_action.php +++ b/tbl_row_action.php @@ -43,7 +43,7 @@ if (isset($_REQUEST['submit_mult'])) { $submit_mult = 'row_export'; } -// garvin: If the 'Ask for confirmation' button was pressed, this can only come +// If the 'Ask for confirmation' button was pressed, this can only come // from 'delete' mode, so we set it straight away. if (isset($_REQUEST['mult_btn'])) { $submit_mult = 'row_delete';