Help for this page

Select Code to Download


  1. or download this
    UPDATE asd_call_lists SET queued = \'t\' WHERE phone = ? AND userid = 
    +?;
    DBD::Pg::st execute failed: called with 2 bind variables when 0 are ne
    +eded at . . .
    
  2. or download this
    sub _mark_as_called {
      my $self = shift;
    ...
      $sth->execute($phone,$self->{'s'}->{'userid'});
      return;
    }