Esempio n. 1
0
 public function execute()
 {
     require_once $GLOBALS['rootpath'] . "okapi/services/replicate/replicate_common.inc.php";
     ReplicateCommon::verify_clog_consistency();
 }
Esempio n. 2
0
 private static function ver89()
 {
     # Ignore newly added replicate fields. This way we will avoid generating
     # changelog entries for these fields.
     require_once $GLOBALS['rootpath'] . "okapi/services/replicate/replicate_common.inc.php";
     $new_geocache_fields = array('attr_acodes', 'willattends', 'country', 'state', 'preview_image', 'trip_time', 'trip_distance', 'gc_code', 'hints2', 'protection_areas');
     ReplicateCommon::verify_clog_consistency(true, $new_geocache_fields);
 }