// Set variables for the replace site name
currentSitePath = "/intranet/";
newSitePath = "/";
// Get the photo form ID
photoFormID = application.ptPhotoGallery.getPhotoFormID();
photoUploadFieldID = application.ptPhotoGallery.ceData.findFileCEFieldID(ceName="Photo",fieldName="photo");
select pageid, fieldValue
from data_fieldvalue
where formid =
and fieldid =
and versionState = 2
order by pageid
where formid =
and fieldid =
and versionState = 2
and pageid =
and fieldvalue =
--->