function checkCurrentVersionData() { // verify that every current version is in the versions table and it's data in the flexicontent_items_versions table //$and = ""; // check if the section was chosen to avoid adding data on static contents if (!FLEXI_CAT_EXTENSION) { return false; } return FLEXIUtilities::currentMissing(); }