From 8ef93208df4b0c83acb4d24772b7af062d36ec78 Mon Sep 17 00:00:00 2001 From: "mkanat%kerio.com" <> Date: Sat, 2 Jul 2005 12:23:27 +0000 Subject: Bug 289042: Implicit joins should be replaced by explicit joins - installment B Patch By Max Kanat-Alexander r=LpSolit, r=joel, a=justdave --- Bugzilla/FlagType.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Bugzilla/FlagType.pm') diff --git a/Bugzilla/FlagType.pm b/Bugzilla/FlagType.pm index fdf790e75..ceeb9a38a 100644 --- a/Bugzilla/FlagType.pm +++ b/Bugzilla/FlagType.pm @@ -101,9 +101,9 @@ my @base_columns = Which database(s) is the data coming from? Note: when adding tables to @base_tables, make sure to include the separator -(i.e. a comma or words like C) before the table name, -since tables take multiple separators based on the join type, and therefore -it is not possible to join them later using a single known separator. +(i.e. words like "LEFT OUTER JOIN") before the table name, since tables take +multiple separators based on the join type, and therefore it is not possible +to join them later using a single known separator. B =back -- cgit v1.2.3-24-g4f1b