| @@ -8,9 +8,9 @@ | ||
| 8 | 8 | * |
| 9 | 9 | * @category UserAccessManager |
| 10 | 10 | * @package UserAccessManager |
| 11 | 11 | * @author Alexander Schneider <alexanderschneider85@googlemail.com> |
| 12 | - * @copyright 2008-2010 Alexander Schneider | |
| 12 | + * @copyright 2008-2013 Alexander Schneider | |
| 13 | 13 | * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 |
| 14 | 14 | * @version SVN: $Id$ |
| 15 | 15 | * @link http://wordpress.org/extend/plugins/user-access-manager/ |
| 16 | 16 | */ |
| @@ -17,8 +17,5 @@ | ||
| 17 | 17 | |
| 18 | 18 | global $wpdb; |
| 19 | 19 | |
| 20 | 20 | define('DB_ACCESSGROUP', $wpdb->prefix . 'uam_accessgroups'); |
| 21 | -define('DB_ACCESSGROUP_TO_POST', $wpdb->prefix . 'uam_accessgroup_to_post'); | |
| 22 | -define('DB_ACCESSGROUP_TO_USER', $wpdb->prefix . 'uam_accessgroup_to_user'); | |
| 23 | -define('DB_ACCESSGROUP_TO_CATEGORY', $wpdb->prefix . 'uam_accessgroup_to_category'); | |
| 24 | -define('DB_ACCESSGROUP_TO_ROLE', $wpdb->prefix . 'uam_accessgroup_to_role'); | |
| 21 | +define('DB_ACCESSGROUP_TO_OBJECT', $wpdb->prefix . 'uam_accessgroup_to_object'); | |