<?php

/**
 * Implementation of hook_views_api().
 */
function user_preferences_views_api() {
  return array(
    'api' => '2',
  );
}
