diff options
| author | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2006-07-12 18:52:21 +0000 |
|---|---|---|
| committer | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2006-07-12 18:52:21 +0000 |
| commit | 4609d0ba685d06e6b61b50804622eb03f29ded7d (patch) | |
| tree | 6e551d4c19481210346f5d7d801d178303198a61 /wp-settings.php | |
| parent | 7761670f76834d5780042c9a4a5ac89efc4b51ad (diff) | |
Log registrations (#77)
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@667 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-settings.php')
| -rw-r--r-- | wp-settings.php | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
