/[papo]/papo/neb/PAPO/DataSource.pm
ViewVC logotype

Diff of /papo/neb/PAPO/DataSource.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by styxman, Wed Apr 30 21:23:58 2003 UTC revision 1.6 by jlenton, Fri May 16 20:33:27 2003 UTC
# Line 242  sub search Line 242  sub search
242          if ($table->has_style('history'))          if ($table->has_style('history'))
243          {          {
244              $self->condition->transactional_child_join($table);              $self->condition->transactional_child_join($table);
245                $self->condition->current($table);
246              $self->add_table(sprintf "_%s_data", $table->name);              $self->add_table(sprintf "_%s_data", $table->name);
247          }          }
248          else {          else {
# Line 255  sub search Line 256  sub search
256      if ($table->has_style('history'))      if ($table->has_style('history'))
257      {      {
258          $self->add_table(sprintf "_%s_data", $table->name);          $self->add_table(sprintf "_%s_data", $table->name);
259          $self->condition->raw ("        <null> <cfield name=\"_%s_data._end_t\"/> </null>\n", $table->name);          $self->condition->current($table);
260      }      }
261      else      else
262      {      {

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26