From 4609d0ba685d06e6b61b50804622eb03f29ded7d Mon Sep 17 00:00:00 2001 From: donncha Date: Wed, 12 Jul 2006 18:52:21 +0000 Subject: Log registrations (#77) git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@667 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-settings.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wp-settings.php') diff --git a/wp-settings.php b/wp-settings.php index 0036d26..3c83cd9 100644 --- a/wp-settings.php +++ b/wp-settings.php @@ -82,6 +82,8 @@ $wpdb->site = $table_prefix . 'site'; $wpdb->sitemeta = $table_prefix . 'sitemeta'; $wpdb->sitecategories = $table_prefix . 'sitecategories'; $wpdb->signups = $table_prefix . 'signups'; +$wpdb->registration_log = $table_prefix . 'registration_log'; +$wpdb->blog_versions = $table_prefix . 'blog_versions'; require_once ( ABSPATH . 'wpmu-settings.php' ); $wpdb->siteid = $site_id; -- cgit