diff options
| author | Stephen Arnold <toyguy@myarnolds.com> | 2010-09-03 02:54:31 +0000 |
|---|---|---|
| committer | Stephen Arnold <toyguy@myarnolds.com> | 2010-09-03 02:54:31 +0000 |
| commit | 967562047242920837b63d2d54cd786335e339a4 (patch) | |
| tree | 14f8068ddfd702c61db5cf02b71740cddecec987 /includes/classes/class_reportbase.php | |
| parent | 4ecc779f23808747cc582c1b09d0bde3df57ee77 (diff) | |
| download | webtrees-967562047242920837b63d2d54cd786335e339a4.tar.gz webtrees-967562047242920837b63d2d54cd786335e339a4.tar.bz2 webtrees-967562047242920837b63d2d54cd786335e339a4.zip | |
change PGV to webtrees references in comments
Diffstat (limited to 'includes/classes/class_reportbase.php')
| -rw-r--r-- | includes/classes/class_reportbase.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/classes/class_reportbase.php b/includes/classes/class_reportbase.php index a66b9cb9a5..2722a4d7f0 100644 --- a/includes/classes/class_reportbase.php +++ b/includes/classes/class_reportbase.php @@ -460,7 +460,7 @@ class ReportBase { } /** - * Main PGV Report Element class that all other page elements are extended from + * Main WT Report Element class that all other page elements are extended from * * @package webtrees * @subpackage Reports @@ -3220,7 +3220,7 @@ function ListSHandler($attrs) { } unset($attrs[$attr]); // This filter has been fully processed } elseif (($listname=="family") && (preg_match('/^NAME CONTAINS (.+)$/', $value, $match))) { - // Eventually, family "names" will be stored in pgv_name. Until then, an extra is needed.... + // Eventually, family "names" will be stored in wt_name. Until then, an extra is needed.... $sql_join[]="JOIN `##link` AS {$attr}a ON ({$attr}a.l_file={$sql_col_prefix}file AND {$attr}a.l_from={$sql_col_prefix}id)"; $sql_join[]="JOIN `##name` AS {$attr}b ON ({$attr}b.n_file={$sql_col_prefix}file AND n_id={$sql_col_prefix}id)"; $sql_where[]="{$attr}a.l_type=IN ('HUSB, 'WIFE')"; |
