summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Holland <windmillway2@gmail.com>2010-08-20 18:53:22 +0000
committerBrian Holland <windmillway2@gmail.com>2010-08-20 18:53:22 +0000
commit865d8b089b85842de072f6de3940d177cd7e4115 (patch)
tree3b2c1a029ecce3caa042ef64cfe9f1b822b7d510
parent7897295c76ed2b666ff6d9f3ea658e2b811007a6 (diff)
downloadwebtrees-865d8b089b85842de072f6de3940d177cd7e4115.tar.gz
webtrees-865d8b089b85842de072f6de3940d177cd7e4115.tar.bz2
webtrees-865d8b089b85842de072f6de3940d177cd7e4115.zip
Bug #621025 Remove YUS field from US 1910 Census
-rw-r--r--modules/GEDFact_assistant/_CENS/census_2_source_input.php2
-rw-r--r--modules/GEDFact_assistant/_CENS/js/census_5_input.js.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/GEDFact_assistant/_CENS/census_2_source_input.php b/modules/GEDFact_assistant/_CENS/census_2_source_input.php
index 8b4f11e857..c12f809929 100644
--- a/modules/GEDFact_assistant/_CENS/census_2_source_input.php
+++ b/modules/GEDFact_assistant/_CENS/census_2_source_input.php
@@ -780,7 +780,7 @@ global $TEXT_DIRECTION;
flip_27 = "";
flip_28 = "";
flip_29 = "";
- flip_30 = "";
+ // flip_30 = "";
flip_31 = "";
flip_32 = "";
flip_34 = "";
diff --git a/modules/GEDFact_assistant/_CENS/js/census_5_input.js.php b/modules/GEDFact_assistant/_CENS/js/census_5_input.js.php
index 3285e1223a..82307e620c 100644
--- a/modules/GEDFact_assistant/_CENS/js/census_5_input.js.php
+++ b/modules/GEDFact_assistant/_CENS/js/census_5_input.js.php
@@ -311,7 +311,7 @@ function preview() {
// USA 1910 ===============
else if (NoteYear.value=="1910") {
for(var j=2; j<tr.cells.length-3; j++) { // == j=2 means miss out cols 0 and 1 (# and pid), cells.length-3 means miss out del, ins and item #
- if ( (j>=4 && j<=8) || j==11 || j==13 || j==14 || (j>=19 && j<=26) || j==33 || j==36 || (j>=39 && j<=42) || j==45 || j==47 || j==48 || (j>=50 && j<=64) || j==66 || j>=68 && j<=73 ) {
+ if ( (j>=4 && j<=8) || j==11 || j==13 || j==14 || (j>=19 && j<=26) || j==30 || j==33 || j==36 || (j>=39 && j<=42) || j==45 || j==47 || j==48 || (j>=50 && j<=64) || j==66 || j>=68 && j<=73 ) {
continue;
}else{
if (i==0) {