Misleading comments

This commit is contained in:
Marc Delisle
2011-05-01 07:27:04 -04:00
parent 8d862a8cb5
commit d1c6fcc4b6

View File

@@ -72,7 +72,7 @@ switch($submit_mult) {
if (!empty($submit_mult)) {
switch($submit_mult) {
case 'row_edit':
// As we got the fields to be edited from the
// As we got the rows to be edited from the
// 'rows_to_delete' checkbox, we use the index of it as the
// indicating WHERE clause. Then we build the array which is used
// for the tbl_change.php script.
@@ -89,7 +89,7 @@ if (!empty($submit_mult)) {
// Needed to allow SQL export
$single_table = TRUE;
// As we got the fields to be edited from the
// As we got the rows to be exported from the
// 'rows_to_delete' checkbox, we use the index of it as the
// indicating WHERE clause. Then we build the array which is used
// for the tbl_change.php script.