Skip to content

Commit

Permalink
add Survey stuff to filters
Browse files Browse the repository at this point in the history
  • Loading branch information
pudge committed Jan 6, 2005
1 parent a1dc4c4 commit d360cd2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Slash/Utility/Environment/Environment.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1670,12 +1670,24 @@ Hashref of cleaned-up data.
url_id spider_id miner_id keyword_id
st_main_select stc_main_select
parent_topic child_topic
skid primaryskid
),
# Survey
qw(
svid sqid ordnum next_sqid condnext_sqid sqcid
owneruid discussionid uid_min uid_max
expyear expmonth expday exphour expmin
openyear openmonth openday openhour openmin
);
# fields that have ONLY a-zA-Z0-9_
my %alphas = map {($_ => 1)} qw(
fieldname formkey commentstatus filter
hcanswer mode op section thisname type
),
# Survey
qw(
svsid
);
# regexes to match dynamically generated numeric fields
Expand Down

0 comments on commit d360cd2

Please sign in to comment.