Skip to content

Commit

Permalink
* Remove duplicate members from array.
Browse files Browse the repository at this point in the history
  • Loading branch information
perusionmike committed Apr 16, 2004
1 parent 276cd20 commit e3b377f
Showing 1 changed file with 112 additions and 114 deletions.
226 changes: 112 additions & 114 deletions lib/Vend/Table/Editor.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Vend::Table::Editor - Swiss-army-knife table editor for Interchange
#
# $Id: Editor.pm,v 1.56 2004-04-12 18:29:50 mheins Exp $
# $Id: Editor.pm,v 1.57 2004-04-16 16:23:12 mheins Exp $
#
# Copyright (C) 2002-2003 Interchange Development Group
# Copyright (C) 2002 Mike Heins <mike@perusion.net>
Expand All @@ -26,7 +26,7 @@
package Vend::Table::Editor;

use vars qw($VERSION);
$VERSION = substr(q$Revision: 1.56 $, 10);
$VERSION = substr(q$Revision: 1.57 $, 10);

use Vend::Util;
use Vend::Interpolate;
Expand Down Expand Up @@ -1191,118 +1191,116 @@ sub resolve_options {
}

my @mapdirect = qw/
border_cell_class
border_height
border_height
bottom_buttons
break_cell_class
break_cell_style
break_cell_style
break_row_class
break_row_style
button_delete
clear_image
cancel_button_class
cancel_button_style
reset_button_class
reset_button_style
delete_button_class
delete_button_style
ok_button_class
ok_button_style
next_button_class
next_button_style
back_button_class
back_button_style
data_cell_class
data_cell_style
data_row_class
data_row_style
default_widget
display_type
file_upload
help_anchor
help_cell_class
help_cell_style
image_meta
include_before
include_form
include_form_expand
include_form_interpolate
intro_text
label_cell_class
label_cell_style
left_width
link_before
link_extra
link_fields
link_key
link_label
link_no_blank
link_row_qual
link_auto_number
link_rows_blank
link_blank_auto
link_sort
link_table
link_template
link_view
mv_auto_export
mv_blob_field
mv_blob_label
mv_blob_nick
mv_blob_pointer
mv_blob_title
mv_data_decode
mv_data_table
mv_update_empty
nodelete
no_meta
output_map
panel_height
panel_id
panel_class
panel_shade
panel_style
panel_width
restrict_allow
spacer_height
spacer_row_class
spacer_row_style
start_at
tab_bgcolor_template
tab_cellpadding
tab_cellspacing
tab_height
tab_horiz_offset
tab_vert_offset
tab_width
tab_class
tab_style
tabbed
table_height
table_width
title_row_class
title_row_style
top_buttons
ui_break_before
ui_break_before_label
ui_data_fields
ui_data_fields_all
ui_data_key_name
ui_delete_box
ui_display_only
ui_hide_key
ui_meta_specific
ui_meta_view
ui_new_item
ui_nextpage
ui_no_meta_display
ui_profile
view_from
widget_cell_class
widget_cell_style
widget_class
back_button_class
back_button_style
border_cell_class
border_height
bottom_buttons
break_cell_class
break_cell_style
break_row_class
break_row_style
button_delete
cancel_button_class
cancel_button_style
clear_image
data_cell_class
data_cell_style
data_row_class
data_row_style
default_widget
delete_button_class
delete_button_style
display_type
file_upload
help_anchor
help_cell_class
help_cell_style
image_meta
include_before
include_form
include_form_expand
include_form_interpolate
intro_text
label_cell_class
label_cell_style
left_width
link_auto_number
link_before
link_blank_auto
link_extra
link_fields
link_key
link_label
link_no_blank
link_row_qual
link_rows_blank
link_sort
link_table
link_template
link_view
mv_auto_export
mv_blob_field
mv_blob_label
mv_blob_nick
mv_blob_pointer
mv_blob_title
mv_data_decode
mv_data_table
mv_update_empty
next_button_class
next_button_style
no_meta
nodelete
ok_button_class
ok_button_style
output_map
panel_class
panel_height
panel_id
panel_shade
panel_style
panel_width
reset_button_class
reset_button_style
restrict_allow
spacer_height
spacer_row_class
spacer_row_style
start_at
tab_bgcolor_template
tab_cellpadding
tab_cellspacing
tab_class
tab_height
tab_horiz_offset
tab_style
tab_vert_offset
tab_width
tabbed
table_height
table_width
title_row_class
title_row_style
top_buttons
ui_break_before
ui_break_before_label
ui_data_fields
ui_data_fields_all
ui_data_key_name
ui_delete_box
ui_display_only
ui_hide_key
ui_meta_specific
ui_meta_view
ui_new_item
ui_nextpage
ui_no_meta_display
ui_profile
view_from
widget_cell_class
widget_cell_style
widget_class
/;

if($opt->{cgi}) {
Expand Down

0 comments on commit e3b377f

Please sign in to comment.