revision 10398 removed $original_pos

This commit is contained in:
Marc Delisle
2007-06-13 16:41:17 +00:00
parent 1d726b672c
commit 983bc5af7d

View File

@@ -251,7 +251,6 @@ if (!empty($submit_mult) && !empty($what)) {
}
if ($what == 'row_delete') {
echo '<input type="hidden" name="original_sql_query" value="' . htmlspecialchars($original_sql_query) . '" />' . "\n";
echo '<input type="hidden" name="original_pos" value="' . $original_pos . '" />' . "\n";
echo '<input type="hidden" name="original_url_query" value="' . htmlspecialchars($original_url_query) . '" />' . "\n";
}
?>