Changeset 2092054
- Timestamp:
- 05/21/2019 07:07:32 AM (7 years ago)
- Location:
- callsheet
- Files:
-
- 2 edited
-
tags/1.0.3/callsheet.php (modified) (21 diffs)
-
trunk/callsheet.php (modified) (21 diffs)
Legend:
- Unmodified
- Added
- Removed
-
callsheet/tags/1.0.3/callsheet.php
r2092043 r2092054 306 306 foreach ($client_place_of_action as $value){ 307 307 if(!in_array($value,$place_of_action_array)){ 308 $new_place_of_action.=$value.', ';308 $new_place_of_action.=$value.', '; 309 309 $is_place_of_action_new=true; 310 310 … … 322 322 foreach ($client_ethnic_appearance as $value){ 323 323 if(!in_array($value,$ethnic_appearance_array)){ 324 $new_ethnic_appearance.=$value.', ';324 $new_ethnic_appearance.=$value.', '; 325 325 $is_ethnic_appearance_new=true; 326 326 … … 339 339 foreach ($client_nationality as $value){ 340 340 if(!in_array($value,$nationality_array)){ 341 $new_nationality.=$value.', ';341 $new_nationality.=$value.', '; 342 342 $is_nationality_new=true; 343 343 } … … 353 353 foreach ($client_language as $value){ 354 354 if(!in_array($value,$language_array)){ 355 $new_language.=$value.', ';355 $new_language.=$value.', '; 356 356 $is_language_new=true; 357 357 … … 369 369 foreach ($client_genre as $value){ 370 370 if(!in_array($value,$genre_array)){ 371 $new_genre.=$value.', ';371 $new_genre.=$value.', '; 372 372 $is_genre_new=true; 373 373 … … 385 385 foreach ($client_accents as $value){ 386 386 if(!in_array($value,$accents_array)){ 387 $new_accents.=$value.', ';387 $new_accents.=$value.', '; 388 388 $is_accents_new=true; 389 389 … … 401 401 foreach ($client_singing as $value){ 402 402 if(!in_array($value,$singing_array)){ 403 $new_singing.=$value.', ';403 $new_singing.=$value.', '; 404 404 $is_singing_new=true; 405 405 … … 417 417 foreach ($client_musical_instrument as $value){ 418 418 if(!in_array($value,$musical_instrument_array)){ 419 $new_musical_instrument.=$value.', ';419 $new_musical_instrument.=$value.', '; 420 420 $is_musical_instrument_new=true; 421 421 … … 433 433 foreach ($client_sports as $value){ 434 434 if(!in_array($value,$sports_array)){ 435 $new_sports.=$value.', ';435 $new_sports.=$value.', '; 436 436 $is_sports_new=true; 437 437 … … 449 449 foreach ($client_dancing as $value){ 450 450 if(!in_array($value,$dancing_array)){ 451 $new_dancing.=$value.', ';451 $new_dancing.=$value.', '; 452 452 $is_dancing_new=true; 453 453 … … 465 465 foreach ($client_license as $value){ 466 466 if(!in_array($value,$license_array)){ 467 $new_license.=$value.', ';467 $new_license.=$value.', '; 468 468 $is_license_new=true; 469 469 … … 481 481 foreach ($client_professional_union as $value){ 482 482 if(!in_array($value,$professional_union_array)){ 483 $new_professional_union.=$value.', ';483 $new_professional_union.=$value.', '; 484 484 $is_professional_union_new=true; 485 485 … … 498 498 foreach ($client_state as $value){ 499 499 if(!in_array($value,$state_array)){ 500 $new_state.=$value.', ';500 $new_state.=$value.', '; 501 501 $is_state_new=true; 502 502 … … 514 514 foreach ($client_residence as $value){ 515 515 if(!in_array($value,$residence_array)){ 516 $new_residence.=$value.', ';516 $new_residence.=$value.', '; 517 517 $is_residence_new=true; 518 518 … … 530 530 foreach ($client_hair_colour as $value){ 531 531 if(!in_array($value,$hair_colour_array)){ 532 $new_hair_colour.=$value.', ';532 $new_hair_colour.=$value.', '; 533 533 $is_hair_colour_new=true; 534 534 … … 547 547 foreach ($client_hair_length as $value){ 548 548 if(!in_array($value,$hair_length_array)){ 549 $new_hair_length.=$value.', ';549 $new_hair_length.=$value.', '; 550 550 $is_hair_length_new=true; 551 551 … … 563 563 foreach ($client_voice_range as $value){ 564 564 if(!in_array($value,$voice_range_array)){ 565 $new_voice_range.=$value.', ';565 $new_voice_range.=$value.', '; 566 566 $is_voice_range_new=true; 567 567 … … 579 579 foreach ($client_eye_colour as $value){ 580 580 if(!in_array($value,$eye_colour_array)){ 581 $new_eye_colour.=$value.', ';581 $new_eye_colour.=$value.', '; 582 582 $is_eye_colour_new=true; 583 583 … … 596 596 foreach ($client_stature as $value){ 597 597 if(!in_array($value,$stature_array)){ 598 $new_stature.=$value.', ';598 $new_stature.=$value.', '; 599 599 $is_stature_new=true; 600 600 … … 612 612 foreach ($client_confection_size as $value){ 613 613 if(!in_array($value,$confection_size_array)){ 614 $new_confection_size.=$value.', ';614 $new_confection_size.=$value.', '; 615 615 $is_confection_size_new=true; 616 616 … … 628 628 foreach ($client_place_of_birth as $value){ 629 629 if(!in_array($value,$place_of_birth_array)){ 630 $new_place_of_birth.=$value.', ';630 $new_place_of_birth.=$value.', '; 631 631 $is_place_of_birth_new=true; 632 632 -
callsheet/trunk/callsheet.php
r2092043 r2092054 306 306 foreach ($client_place_of_action as $value){ 307 307 if(!in_array($value,$place_of_action_array)){ 308 $new_place_of_action.=$value.', ';308 $new_place_of_action.=$value.', '; 309 309 $is_place_of_action_new=true; 310 310 … … 322 322 foreach ($client_ethnic_appearance as $value){ 323 323 if(!in_array($value,$ethnic_appearance_array)){ 324 $new_ethnic_appearance.=$value.', ';324 $new_ethnic_appearance.=$value.', '; 325 325 $is_ethnic_appearance_new=true; 326 326 … … 339 339 foreach ($client_nationality as $value){ 340 340 if(!in_array($value,$nationality_array)){ 341 $new_nationality.=$value.', ';341 $new_nationality.=$value.', '; 342 342 $is_nationality_new=true; 343 343 } … … 353 353 foreach ($client_language as $value){ 354 354 if(!in_array($value,$language_array)){ 355 $new_language.=$value.', ';355 $new_language.=$value.', '; 356 356 $is_language_new=true; 357 357 … … 369 369 foreach ($client_genre as $value){ 370 370 if(!in_array($value,$genre_array)){ 371 $new_genre.=$value.', ';371 $new_genre.=$value.', '; 372 372 $is_genre_new=true; 373 373 … … 385 385 foreach ($client_accents as $value){ 386 386 if(!in_array($value,$accents_array)){ 387 $new_accents.=$value.', ';387 $new_accents.=$value.', '; 388 388 $is_accents_new=true; 389 389 … … 401 401 foreach ($client_singing as $value){ 402 402 if(!in_array($value,$singing_array)){ 403 $new_singing.=$value.', ';403 $new_singing.=$value.', '; 404 404 $is_singing_new=true; 405 405 … … 417 417 foreach ($client_musical_instrument as $value){ 418 418 if(!in_array($value,$musical_instrument_array)){ 419 $new_musical_instrument.=$value.', ';419 $new_musical_instrument.=$value.', '; 420 420 $is_musical_instrument_new=true; 421 421 … … 433 433 foreach ($client_sports as $value){ 434 434 if(!in_array($value,$sports_array)){ 435 $new_sports.=$value.', ';435 $new_sports.=$value.', '; 436 436 $is_sports_new=true; 437 437 … … 449 449 foreach ($client_dancing as $value){ 450 450 if(!in_array($value,$dancing_array)){ 451 $new_dancing.=$value.', ';451 $new_dancing.=$value.', '; 452 452 $is_dancing_new=true; 453 453 … … 465 465 foreach ($client_license as $value){ 466 466 if(!in_array($value,$license_array)){ 467 $new_license.=$value.', ';467 $new_license.=$value.', '; 468 468 $is_license_new=true; 469 469 … … 481 481 foreach ($client_professional_union as $value){ 482 482 if(!in_array($value,$professional_union_array)){ 483 $new_professional_union.=$value.', ';483 $new_professional_union.=$value.', '; 484 484 $is_professional_union_new=true; 485 485 … … 498 498 foreach ($client_state as $value){ 499 499 if(!in_array($value,$state_array)){ 500 $new_state.=$value.', ';500 $new_state.=$value.', '; 501 501 $is_state_new=true; 502 502 … … 514 514 foreach ($client_residence as $value){ 515 515 if(!in_array($value,$residence_array)){ 516 $new_residence.=$value.', ';516 $new_residence.=$value.', '; 517 517 $is_residence_new=true; 518 518 … … 530 530 foreach ($client_hair_colour as $value){ 531 531 if(!in_array($value,$hair_colour_array)){ 532 $new_hair_colour.=$value.', ';532 $new_hair_colour.=$value.', '; 533 533 $is_hair_colour_new=true; 534 534 … … 547 547 foreach ($client_hair_length as $value){ 548 548 if(!in_array($value,$hair_length_array)){ 549 $new_hair_length.=$value.', ';549 $new_hair_length.=$value.', '; 550 550 $is_hair_length_new=true; 551 551 … … 563 563 foreach ($client_voice_range as $value){ 564 564 if(!in_array($value,$voice_range_array)){ 565 $new_voice_range.=$value.', ';565 $new_voice_range.=$value.', '; 566 566 $is_voice_range_new=true; 567 567 … … 579 579 foreach ($client_eye_colour as $value){ 580 580 if(!in_array($value,$eye_colour_array)){ 581 $new_eye_colour.=$value.', ';581 $new_eye_colour.=$value.', '; 582 582 $is_eye_colour_new=true; 583 583 … … 596 596 foreach ($client_stature as $value){ 597 597 if(!in_array($value,$stature_array)){ 598 $new_stature.=$value.', ';598 $new_stature.=$value.', '; 599 599 $is_stature_new=true; 600 600 … … 612 612 foreach ($client_confection_size as $value){ 613 613 if(!in_array($value,$confection_size_array)){ 614 $new_confection_size.=$value.', ';614 $new_confection_size.=$value.', '; 615 615 $is_confection_size_new=true; 616 616 … … 628 628 foreach ($client_place_of_birth as $value){ 629 629 if(!in_array($value,$place_of_birth_array)){ 630 $new_place_of_birth.=$value.', ';630 $new_place_of_birth.=$value.', '; 631 631 $is_place_of_birth_new=true; 632 632
Note: See TracChangeset
for help on using the changeset viewer.