Apply sed script.

This commit is contained in:
Kim Taylor
2024-09-10 23:26:00 +10:00
parent 18910638a1
commit b0985b6d60
2 changed files with 7 additions and 1 deletions

View File

@@ -65,8 +65,10 @@ foreach ($pledgeKeys as $key) {
}
$image_url = $media['url'];
$image_id = $media['id'];
echo "s|pledge_img_".$i."|".$image_url."|\n";
echo "s|pledge_id_".$i."|".$image_id."|\n";
echo "s|pledge_string_".$i."|";
echo $pledgeCandidates[$key]['Candidate Name'].