Changeset 3205204
- Timestamp:
- 12/10/2024 03:05:41 AM (16 months ago)
- Location:
- jobsearch
- Files:
-
- 2 edited
-
frontEnd/job/helper/jobHelper.php (modified) (1 diff)
-
trunk/frontEnd/job/helper/jobHelper.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
jobsearch/frontEnd/job/helper/jobHelper.php
r3055722 r3205204 559 559 $script .= '"postalCode": "'.(isset($fields["postal_code"])?$fields["postal_code"]:'').'",'; 560 560 $script .= '"addressCountry": "'.(isset($fields["country"])?$fields["country"]:'').'"'; 561 $script .= '} ,';561 $script .= '}'; 562 562 563 563 if (isset( $fields["location"]) && $fields["location"] <> ''){ 564 $script .= ','; 564 565 $script .= '"jobLocation": {'; 565 566 $script .= '"@type": "Place",'; -
jobsearch/trunk/frontEnd/job/helper/jobHelper.php
r3055722 r3205204 559 559 $script .= '"postalCode": "'.(isset($fields["postal_code"])?$fields["postal_code"]:'').'",'; 560 560 $script .= '"addressCountry": "'.(isset($fields["country"])?$fields["country"]:'').'"'; 561 $script .= '} ,';561 $script .= '}'; 562 562 563 563 if (isset( $fields["location"]) && $fields["location"] <> ''){ 564 $script .= ','; 564 565 $script .= '"jobLocation": {'; 565 566 $script .= '"@type": "Place",';
Note: See TracChangeset
for help on using the changeset viewer.