diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-11-14 16:07:16 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-11-14 16:07:16 +0000 |
| commit | a6d97104a8a5c941d8f6c38dd84daed416b6d0d7 (patch) | |
| tree | 5d9cc8f5d47d0255e872e567836c5593dda1a1d4 /includes/session_spider.php | |
| parent | e89d68c147592183baa73f1ae2a1d454ebeac72f (diff) | |
| download | webtrees-a6d97104a8a5c941d8f6c38dd84daed416b6d0d7.tar.gz webtrees-a6d97104a8a5c941d8f6c38dd84daed416b6d0d7.tar.bz2 webtrees-a6d97104a8a5c941d8f6c38dd84daed416b6d0d7.zip | |
Update some comments from PGV to webtrees
Diffstat (limited to 'includes/session_spider.php')
| -rw-r--r-- | includes/session_spider.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/session_spider.php b/includes/session_spider.php index b9c5cc8f4e..a4410c0e64 100644 --- a/includes/session_spider.php +++ b/includes/session_spider.php @@ -308,7 +308,7 @@ if (!$real) { // they are not automatically detected above. Setting his own IP address // in the ip_address table allows him to see exactly what the search engine receives. // To return to normal, the admin MUST use a different IP to get to admin -// mode or update the table pgv_ip_address directly. +// mode or update the table wt_ip_address directly. try { $search_engine=WT_DB::prepare( "SELECT ip_address, comment FROM `##ip_address`". |
